Skip to content

Commit

Permalink
Merge pull request #115 from mkantor/improve-release-automation
Browse files Browse the repository at this point in the history
Make releases more atomic.
  • Loading branch information
mkantor authored Jul 12, 2024
2 parents fa9e96b + 7eaae9c commit 6912122
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:

publish-crate:
needs:
# While there's no direct dependency between `publish-crate` and
# `publish-binary`, if something goes wrong during the binary builds then
# the crate should not be published.
- publish-binary
- verify-version
- test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6912122

Please sign in to comment.