Skip to content

Commit

Permalink
fix node version parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
htrinter committed Nov 26, 2023
1 parent 73f52fe commit c12ec7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ on:
push:
tags:
- 'testv*'
env:
NODE_VERSION: '18'
jobs:
call-test-workflow:
uses: ./.github/workflows/test-workflow.yml
with:
node-version: ${{ env.NODE_VERSION }}
node-version: '18'
call-release-workflow:
uses: ./.github/workflows/release-workflow.yml
with:
node-version: ${{ env.NODE_VERSION }}
node-version: '18'

0 comments on commit c12ec7a

Please sign in to comment.