Skip to content

Commit

Permalink
fix: 🐛 gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochao.yang committed Dec 11, 2024
1 parent 8347b46 commit 51060c8
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 @@ -59,6 +59,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Publish to npm
run: |
npm install @changesets/cli -g
npx changeset publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
Expand Down

0 comments on commit 51060c8

Please sign in to comment.