Skip to content

Commit 5cc51aa

Browse files
Update npm-publish.yml
1 parent 1ea5f33 commit 5cc51aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
node-version: 12
4040
registry-url: https://npm.pkg.github.com/
4141
scope: '@battlefieldduck'
42+
- run: echo registry=https://npm.pkg.github.com/BattlefieldDuck >> .npmrc
4243
- run: npm publish
4344
env:
44-
# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
45-
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}
45+
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
46+
#NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}

0 commit comments

Comments
 (0)