Skip to content

Commit

Permalink
change npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
linhttbk97 committed Dec 8, 2023
1 parent 668325e commit 8a6ebf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
registry-url: 'https://registry.npmjs.org/'
- run: npm ci
- run: npm publish --access public
- run: npm publish --access public --registry=https://registry.npmjs.org/
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 8a6ebf1

Please sign in to comment.