Skip to content

Commit

Permalink
Merge pull request #11 from zou-yu/develop
Browse files Browse the repository at this point in the history
chore: Add NODE_AUTH_TOKEN to changesets/action
  • Loading branch information
zou-yu authored Nov 15, 2024
2 parents 619f8ca + 35b824d commit ff1180d
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 @@ -39,6 +39,7 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
uses: changesets/action@v1
with:
Expand Down

0 comments on commit ff1180d

Please sign in to comment.