Skip to content

Commit

Permalink
ci: no git tag on prerelease
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kantor <[email protected]>
  • Loading branch information
kantorcodes committed Nov 5, 2024
1 parent aa447da commit 898121c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set prerelease version
run: |
npm version prerelease --preid="canary.$(git rev-parse --short HEAD)"
npm version prerelease --preid="canary.$(git rev-parse --short HEAD)" --no-git-tag-version
- name: Publish
run: npm publish --tag canary --public
Expand Down

0 comments on commit 898121c

Please sign in to comment.