Skip to content

Commit

Permalink
fix: fix a release workflow issue (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Aug 16, 2021
1 parent 023d816 commit 47a0c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/temp/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ jobs:
deploy: # Production deployment
runs-on: ubuntu-latest
needs:
# make sure that `deploy` only depends on `release` because we don't want `deploy` to skip if `release` succeeded.
- release
steps:
- *step_checkout
Expand Down

0 comments on commit 47a0c63

Please sign in to comment.