fix(ci): use unquoted heredoc to allow env var expansion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user