Skip to content

Build & Lint & Test & Release #2

Build & Lint & Test & Release

Build & Lint & Test & Release #2

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Build & Lint & Test & Release
on:
workflow_dispatch:
env:
NODE_VERSION: lts/*
GPG_KEY_ID: ${{ vars.GPG_KEY_ID }}
jobs:
main:
uses: the-nexim/actions/.github/workflows/release.yaml@v1
permissions:
contents: write
with:
node-version: lts/*
secrets: inherit