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 1ea5f33 commit 5cc51aaCopy full SHA for 5cc51aa
.github/workflows/npm-publish.yml
@@ -39,7 +39,8 @@ jobs:
39
node-version: 12
40
registry-url: https://npm.pkg.github.com/
41
scope: '@battlefieldduck'
42
+ - run: echo registry=https://npm.pkg.github.com/BattlefieldDuck >> .npmrc
43
- run: npm publish
44
env:
- # NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
45
- NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
46
+ #NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}
0 commit comments