Skip to content

Commit ae9bf85

Browse files
Fix java build workflow circular dep (#229)
Creating a release doesn't need provenance Signed-off-by: Hayden B <hblauzvern@google.com>
1 parent 78f491a commit ae9bf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-build-for-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
create-release:
6060
runs-on: ubuntu-latest
61-
needs: [provenance, build]
61+
needs: [build]
6262
permissions:
6363
contents: write # To draft a release
6464
steps:

0 commit comments

Comments
 (0)