Skip to content

Commit b754f1c

Browse files
authored
chore(ci): Fix adding sigstore bundle to release (#4628)
1 parent b20b99d commit b754f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ jobs:
9090
echo "No attestation bundle found, skipping attachment."
9191
exit 0
9292
fi
93-
gh release upload $tag_name "$SIGSTORE_BUNDLE"
93+
gh release upload $TAG_NAME "$SIGSTORE_BUNDLE"

0 commit comments

Comments
 (0)