diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 81313257..0f506b7a 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -48,5 +48,5 @@ jobs: ctc: true sign: true githubTag: ${{ github.event.release.tag_name || inputs.tag }} - + nodeVersion: ${{ vars.NODE_VERSION_OVERRIDE }} secrets: inherit