We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f1a5c commit 672925dCopy full SHA for 672925d
.github/workflows/onRelease.yml
@@ -49,5 +49,6 @@ jobs:
49
sign: true
50
tag: ${{ needs.getDistTag.outputs.tag || (needs.getMajorVersion.outputs.major == '1') && 'latest' || 'next' }}
51
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
52
+ nodeVersion: 20.18.0
53
54
secrets: inherit
0 commit comments