Skip to content

Commit

Permalink
cicd: tag snapshot releases properly
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Mar 19, 2024
1 parent 2850cdc commit 9447700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
with:
commit_message: "chore: version snapshot"
- name: Publish snapshot to npm
run: npx changeset publish --no-git-tag --snapshot
run: npx changeset publish --snapshot --tag next --no-git-tag

0 comments on commit 9447700

Please sign in to comment.