Skip to content

Commit

Permalink
chore: require release and version-check for publish-crate job releas…
Browse files Browse the repository at this point in the history
…e.yml
  • Loading branch information
ludndev committed Jul 18, 2024
1 parent ee7b3b1 commit b36c707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ jobs:
run: echo "Release process failed, check logs for details."

publish-crate:
needs: [version-check, release]

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit b36c707

Please sign in to comment.