We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e95eb6d + fcf636e commit 719b2ffCopy full SHA for 719b2ff
1 file changed
.github/workflows/onRelease.yml
@@ -27,5 +27,5 @@ jobs:
27
with:
28
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
29
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
30
-
31
- secrets: inherit
+ secrets:
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments