Skip to content

Commit

Permalink
ci: fix pr publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Jun 25, 2024
1 parent c54fdcd commit f80d178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- name: Build project
run: pnpm build

- name: Setup npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc

- name: Publish alpha
run: pnpm release

Expand Down

0 comments on commit f80d178

Please sign in to comment.