Skip to content

fix package command #16

fix package command

fix package command #16

Workflow file for this run

name: Build release
on:
push:
tags:
- 'v*'
jobs:
test-workflow:
uses: ./.github/workflows/test-workflow.yml
with:
node-version: ${{ vars.NODE_VERSION }}
release-workflow:
uses: ./.github/workflows/release-workflow.yml
needs: test-workflow
with:
node-version: ${{ vars.NODE_VERSION }}