Skip to content

Commit

Permalink
Add compute version as dependency of release job
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Nov 12, 2024
1 parent 2070e4b commit 5e4dfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-and-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
create-release:
needs: update-version-file
needs: [compute-version, update-version-file]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 5e4dfb2

Please sign in to comment.