Skip to content

update tag for testing #2

update tag for testing

update tag for testing #2

Workflow file for this run

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

Check failure on line 12 in .github/workflows/release-action.yml

View workflow run for this annotation

GitHub Actions / Build release

Invalid workflow file

The workflow is not valid. .github/workflows/release-action.yml (Line: 12, Col: 21): Unrecognized named-value: 'env'. Located at position 1 within expression: env.NODE_VERSION .github/workflows/release-action.yml (Line: 16, Col: 21): Unrecognized named-value: 'env'. Located at position 1 within expression: env.NODE_VERSION
call-release-workflow:
uses: ./.github/workflows/release-workflow.yml
with:
node-version: ${{ env.NODE_VERSION }}