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"