We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2d568 commit f0f914cCopy full SHA for f0f914c
.github/workflows/release-action.yml
@@ -7,9 +7,9 @@ jobs:
7
call-test-workflow:
8
uses: ./.github/workflows/test-workflow.yml
9
with:
10
- node-version: '18'
+ node-version: ${{ vars.NODE_VERSION }}
11
call-release-workflow:
12
uses: ./.github/workflows/release-workflow.yml
13
needs: call-test-workflow
14
15
0 commit comments