File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,10 +189,10 @@ jobs:
189189 # Get current release body and replace the generic link with the tag-specific one.
190190 # Use word boundary after GENERIC_URL (closing paren) to avoid matching URLs that
191191 # already have a version ID appended (idempotent on re-runs).
192- gh release view "${TAG}" --json body --jq '.body' > /tmp/release-body.md
192+ gh release view "${TAG}" --repo triggerdotdev/trigger.dev -- json body --jq '.body' > /tmp/release-body.md
193193 sed -i "s|${GENERIC_URL})|${DOCKER_URL})|g" /tmp/release-body.md
194194
195- gh release edit "${TAG}" --notes-file /tmp/release-body.md
195+ gh release edit "${TAG}" --repo triggerdotdev/trigger.dev -- notes-file /tmp/release-body.md
196196
197197 # Dispatch changelog entry creation to the marketing site repo.
198198 # Runs after update-release so the GitHub release body already has the exact Docker image URL.
You can’t perform that action at this time.
0 commit comments