fix(ci): use unquoted heredoc to allow env var expansion
This commit is contained in:
@@ -146,7 +146,7 @@ jobs:
|
|||||||
gh release edit next \
|
gh release edit next \
|
||||||
--title "Upcoming Changes 🍿" \
|
--title "Upcoming Changes 🍿" \
|
||||||
--notes-file - \
|
--notes-file - \
|
||||||
--draft <<'EOF'
|
--draft <<EOF
|
||||||
$NOTES
|
$NOTES
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
@@ -155,7 +155,7 @@ jobs:
|
|||||||
--title "Upcoming Changes 🍿" \
|
--title "Upcoming Changes 🍿" \
|
||||||
--notes-file - \
|
--notes-file - \
|
||||||
--draft \
|
--draft \
|
||||||
--target "$TARGET_SHA" <<'EOF'
|
--target "$TARGET_SHA" <<EOF
|
||||||
$NOTES
|
$NOTES
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user