Skip to content

Commit

Permalink
Exit pre mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Nov 22, 2024
1 parent 3233f36 commit b433e44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
- name: Bump Package Versions
id: changesets
run: |
# Snapshots don't work in pre mode. See https://github.com/changesets/changesets/issues/1195
pnpm exec changeset pre exit
pnpm exec changeset status --output status.output.json 2>&1
pnpm exec changeset version --snapshot ${{ steps.getSnapshotName.outputs.result }}
Expand Down

0 comments on commit b433e44

Please sign in to comment.