Skip to content

Commit

Permalink
Fix ternary for conditional SLSA provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Mar 24, 2024
1 parent fc9b918 commit e54d90c
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 e54d90c

Please sign in to comment.