Fix release Scoop helper availability #1416

Merged
coilyco-ops merged 1 commit from issue-1412 into main 2026-07-15 11:56:35 +00:00
Member

This fixes the release workflow regression from #1410/#1403: the Scoop job was calling the helper from a workspace that never checked out the repo, so the script path was missing at runtime.

closes #1412

ward.workflow: pull-request-and-merge

  • Added a checkout step to bump-scoop-manifest so scripts/forgejo-release-asset.sh is available in that job.
  • Tightened the release contract test to fail if that job loses the checkout again.
  • Verified with go test ./....
This fixes the release workflow regression from #1410/#1403: the Scoop job was calling the helper from a workspace that never checked out the repo, so the script path was missing at runtime. closes #1412 ward.workflow: pull-request-and-merge - Added a checkout step to `bump-scoop-manifest` so `scripts/forgejo-release-asset.sh` is available in that job. - Tightened the release contract test to fail if that job loses the checkout again. - Verified with `go test ./...`.
fix(release): restore scoop helper checkout
All checks were successful
test / test (pull_request) Successful in 1m9s
a7085acebf
Author
Member

WARDED_WORKFLOW: #1416

details

workflow: pull-request-and-merge; review summary: review gate intentionally skipped because the temporary ward default pending brokered QA

felt: straightforward once the missing checkout was traced
confidence: high
surprises: none
follow-ups: director merge after green checks

WARDED_WORKFLOW: https://forgejo.coilysiren.me/coilyco-flight-deck/ward/pulls/1416 <details><summary>details</summary> workflow: pull-request-and-merge; review summary: review gate intentionally skipped because the temporary ward default pending brokered QA felt: straightforward once the missing checkout was traced confidence: high surprises: none follow-ups: director merge after green checks </details>
Sign in to join this conversation.
No description provided.