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