Skip to content

Commit

Permalink
Merge pull request #129 from marcransome/slsa-provenance-release-b64-…
Browse files Browse the repository at this point in the history
…subjects-fix

Fix job name in release workflow
  • Loading branch information
marcransome authored Mar 24, 2024
2 parents e338bd7 + 5f28f4e commit f042808
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
Expand Up @@ -98,7 +98,7 @@ jobs:
contents: write
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected] # Must specify version tag; see https://github.com/slsa-framework/slsa-verifier/issues/12
with:
base64-subjects: ${{ needs.combine_hashes.outputs.hashes }}
base64-subjects: ${{ needs.combine-hashes.outputs.hashes }}
provenance-name: flog.multiple.intoto.jsonl
release:
needs: [build, combine-hashes, provenance]
Expand Down

0 comments on commit f042808

Please sign in to comment.