Skip to content

Commit

Permalink
Merge pull request #423 from storybookjs/remove-upgrade-flag
Browse files Browse the repository at this point in the history
Remove --prerelease from sb upgrade CI
  • Loading branch information
shilman authored Jan 17, 2024
2 parents 214c9f4 + f4bc3ee commit 19824c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Upgrade to storybook@next
run: |
npx storybook@next upgrade --prerelease --yes
npx storybook@next upgrade --yes
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false

Expand Down

0 comments on commit 19824c0

Please sign in to comment.