Skip to content

Commit

Permalink
Merge pull request #9206 from backstage/rugvip/fixnightly
Browse files Browse the repository at this point in the history
fix: nightly
  • Loading branch information
Rugvip committed Jan 27, 2022
2 parents 7f9759d + e4e6337 commit aa68de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# Pre-mode is exited if case we're in it, otherwise it has no effect
- name: prepare nightly release
run: |
yarn changeset pre exit
yarn changeset pre exit || true
yarn changeset version --snapshot nightly
# Publishes the nightly release to npm, by using tag we make sure the release is
Expand Down

0 comments on commit aa68de1

Please sign in to comment.