Skip to content

Commit

Permalink
Fix java build workflow circular dep (#229)
Browse files Browse the repository at this point in the history
Creating a release doesn't need provenance

Signed-off-by: Hayden B <[email protected]>
  • Loading branch information
haydentherapper authored Feb 13, 2024
1 parent 78f491a commit ae9bf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-build-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

create-release:
runs-on: ubuntu-latest
needs: [provenance, build]
needs: [build]
permissions:
contents: write # To draft a release
steps:
Expand Down

0 comments on commit ae9bf85

Please sign in to comment.