Skip to content

fix body

fix body #10

Workflow file for this run

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