Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Dec 22, 2024
1 parent fd173a2 commit 26ccb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
needs: [get-changelog, build-jvm-jar, build-jvm-dist-zip, build-jvm-dist-tar]
needs: [get-changelog, test, build-jvm-jar, build-jvm-dist-zip, build-jvm-dist-tar]
permissions:
contents: write
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 26ccb3e

Please sign in to comment.