Skip to content

Commit

Permalink
ci: snapshot unique postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed May 12, 2024
1 parent 019c981 commit 7b79b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: pnpm build

- name: Bump snapshot version
run: npm version --no-git-tag-version --preid=snapshot prepatch
run: npm version --no-git-tag-version --preid=snapshot-$(git rev-parse --short HEAD) prepatch

- name: Bump snapshot version
run: npm publish --tag snapshot
Expand Down

0 comments on commit 7b79b5f

Please sign in to comment.