We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1881a7 commit 6a87e5dCopy full SHA for 6a87e5d
.github/workflows/release.yml
@@ -38,6 +38,7 @@ jobs:
38
- name: Publish next snapshot
39
if: steps.changesets.outputs.published != 'true'
40
run: |
41
+ git checkout master # reset current branch to master
42
npm exec -- changeset version --snapshot next
43
npm exec -- changeset publish --no-git-tag --snapshot --tag next
44
env:
0 commit comments