diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 93e38783..af3c5411 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -18,4 +18,5 @@ jobs: sign: true tag: latest githubTag: ${{ github.event.release.tag_name || inputs.tag }} + nodeVersion: ${{ vars.NODE_VERSION_OVERRIDE }} secrets: inherit