Skip to content

Commit

Permalink
fix: provenance hash output
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Jun 7, 2024
1 parent d8c00f0 commit dd638cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ jobs:
id-token: "write"
contents: "write"
with:
base64-subjects: "${{ needs.gradle.outputs.hashes }}"
base64-subjects: "${{ needs.build.outputs.hashes }}"
upload-assets: ${{ github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'release/') || startsWith(github.ref, 'refs/tags/v') }}

0 comments on commit dd638cd

Please sign in to comment.