Skip to content

Commit 84d895a

Browse files
committed
chore: allow node version in npm publish
1 parent 1924ff2 commit 84d895a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/onRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
sign: true
3030
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
3131
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
32-
32+
nodeVersion: ${{ vars.NODE_VERSION_OVERRIDE }}
3333
secrets: inherit

0 commit comments

Comments
 (0)