diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 2f04cfe..d5a5460 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -29,4 +29,5 @@ jobs: sign: true tag: ${{ needs.getDistTag.outputs.tag || 'latest' }} githubTag: ${{ github.event.release.tag_name || inputs.tag }} + nodeVersion: ${{ vars.NODE_VERSION_OVERRIDE }} secrets: inherit