Skip to content

Commit

Permalink
WIP prevent fail for enter
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jul 11, 2024
1 parent 2abfaf9 commit c9e6bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changeset-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# else it will publish if specified
- name: Handle prerelease
run: |
npx changeset pre enter dev
npx changeset pre enter dev || true
- name: Create Release Pull Request step
uses: changesets/action@v1
id: changesets
Expand Down

0 comments on commit c9e6bc5

Please sign in to comment.