Skip to content

Commit

Permalink
chore: only attempt to create a version packages PR if still in prere…
Browse files Browse the repository at this point in the history
…lease mode (#11539)
  • Loading branch information
alessbell authored Jan 30, 2024
1 parent 91dadd5 commit 40685cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: npx changeset pre enter alpha

- name: Create prerelease PR
if: steps.check_files.outputs.files_exists == 'true'
uses: changesets/action@v1
with:
version: npm run changeset-version
Expand Down

0 comments on commit 40685cf

Please sign in to comment.