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 5cc51aa commit a85b21dCopy full SHA for a85b21d
.github/workflows/npm-publish.yml
@@ -42,5 +42,5 @@ jobs:
42
- run: echo registry=https://npm.pkg.github.com/BattlefieldDuck >> .npmrc
43
- run: npm publish
44
env:
45
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
46
- #NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}
+ # NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}
0 commit comments