diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 6a10e15..b5518e5 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -27,7 +27,7 @@ jobs: with: tag: ${{ needs.getDistTag.outputs.tag || 'latest' }} githubTag: ${{ github.event.release.tag_name || inputs.tag }} + nodeVersion: ${{ vars.NODE_VERSION_OVERRIDE }} ctc: true sign: true - secrets: inherit