Skip to content

Commit

Permalink
Fix snapshots not working in pre mode (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding authored May 30, 2024
1 parent dff7020 commit 0e104bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:

- name: Install dependencies
run: yarn install
- name: Exit pre mode if pre.json exists
run: rm -f .changeset/pre.json
- name: Create and publish snapshot release
uses: actions/github-script@v7
env:
Expand Down

0 comments on commit 0e104bb

Please sign in to comment.