We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NODE_AUTH_TOKEN
1 parent d8d1b0e commit c3cce1eCopy full SHA for c3cce1e
.github/workflows/publish-package-release.yml
@@ -102,3 +102,5 @@ jobs:
102
if: ${{ steps.semantic-release.outputs.package-published == 'true' }}
103
run: |
104
npm publish
105
+ env:
106
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments