Skip to content

Commit

Permalink
ci: fix pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Jun 25, 2024
1 parent 5d66c7d commit d936214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: pnpm build

- name: Increment alpha
run: npm version 0.0.0-alpha.${{ steps.sha.outputs.short_sha }} --no-git-tag-version --workspaces --if-present
run: npm version 0.0.0-alpha.${{ steps.sha.outputs.short_sha }} --workspace packages/** --no-git-tag-version --if-present

- name: Publish alpha
run: pnpm release
Expand Down

0 comments on commit d936214

Please sign in to comment.