Skip to content

Commit

Permalink
ci: deal with possible pre-release in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Sep 20, 2024
1 parent 7ea665f commit e2be6b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
- name: Set version numbers
run: node scripts/set-version.mjs

- name: Remove changeset pre if it exists
run: yarn changeset pre exit
continue-on-error: true

- name: Create release Pull Request or publish to NPM
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit e2be6b1

Please sign in to comment.