Skip to content

Commit

Permalink
fix: github release only after other artifact releases (#150)
Browse files Browse the repository at this point in the history
yolocs authored and verbanicm committed Oct 25, 2022
1 parent 60c1afc commit c248c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ jobs:
github-release:
needs: ['image-release']
needs: ['image-release', 'maven-release']
runs-on: 'ubuntu-latest'
permissions:
contents: 'write'

0 comments on commit c248c73

Please sign in to comment.