Skip to content

Commit

Permalink
Merge pull request #133 from marcransome/slsa-provenance-release-into…
Browse files Browse the repository at this point in the history
…to-fix-ternary

Fix ternary for conditional SLSA provenance
  • Loading branch information
marcransome authored Mar 24, 2024
2 parents fc9b918 + e54d90c commit c7f0bbd
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 @@ -100,7 +100,7 @@ jobs:
with:
base64-subjects: ${{ needs.combine-hashes.outputs.hashes }}
provenance-name: flog.multiple.intoto.jsonl
upload-assets: ${{ startsWith(github.ref, 'refs/tags/v') && 'true' || 'false' }}
upload-assets: ${{ startsWith(github.ref, 'refs/tags/v') }}
release:
needs: [build, combine-hashes, provenance]
permissions:
Expand Down

0 comments on commit c7f0bbd

Please sign in to comment.