Skip to content

Commit

Permalink
Merge pull request #34 from yxx4c/dev
Browse files Browse the repository at this point in the history
chore(publish.yml): add NPM_TOKEN
  • Loading branch information
yxx4c authored Dec 3, 2024
2 parents ed55821 + c4fdc63 commit 083c956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Publish Package
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
GITHUB_NPM_CONFIG_REGISTRY: https://npm.pkg.github.com/
GITHUB_NPM_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
PUBLIC_NPM_CONFIG_REGISTRY: https://registry.npmjs.org
Expand Down

0 comments on commit 083c956

Please sign in to comment.