Skip to content

Commit

Permalink
ci: fix npm publish tag to alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Jun 25, 2024
1 parent 3db2a81 commit 5f44b6a
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 @@ -44,7 +44,7 @@ jobs:
cache: 'pnpm'

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

- name: Install
run: pnpm install --frozen-lockfile --strict-peer-dependencies
Expand Down

0 comments on commit 5f44b6a

Please sign in to comment.