Skip to content

Commit a85b21d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
- run: echo registry=https://npm.pkg.github.com/BattlefieldDuck >> .npmrc
4343
- run: npm publish
4444
env:
45-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
46-
#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)