From 458e40fdf60c085532a23cefb8fcc62a7fc7174d Mon Sep 17 00:00:00 2001 From: Niek Palm Date: Mon, 23 Jun 2025 11:41:30 +0200 Subject: [PATCH] chore(ci): Fix adding sigstore bundle to release --- .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 c45fe5a5f7..5d4b20ab7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,4 +90,4 @@ jobs: echo "No attestation bundle found, skipping attachment." exit 0 fi - gh release upload $tag_name "$SIGSTORE_BUNDLE" + gh release upload $TAG_NAME "$SIGSTORE_BUNDLE"