fix(ci): use unquoted heredoc to allow env var expansion

This commit is contained in:
YeonGyu-Kim
2026-04-04 14:47:15 +09:00
parent 9b30817021
commit 57ec3a46ac
+2 -2
View File
@@ -146,7 +146,7 @@ jobs:
gh release edit next \
--title "Upcoming Changes 🍿" \
--notes-file - \
--draft <<'EOF'
--draft <<EOF
$NOTES
EOF
else
@@ -155,7 +155,7 @@ jobs:
--title "Upcoming Changes 🍿" \
--notes-file - \
--draft \
--target "$TARGET_SHA" <<'EOF'
--target "$TARGET_SHA" <<EOF
$NOTES
EOF
fi