From e54d90c51a58dd986c94518f4a4716674907c906 Mon Sep 17 00:00:00 2001 From: Marc Ransome Date: Sun, 24 Mar 2024 02:48:25 +0000 Subject: [PATCH] Fix ternary for conditional SLSA provenance --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8981ab9..3ec7bf4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: