Skip to content

fix(release): fix action versions and misplaced verify-capabilities step (v0.3.9)#30

Merged
intel352 merged 1 commit into
mainfrom
fix/release-pipeline-v0.3.9-c
May 24, 2026
Merged

fix(release): fix action versions and misplaced verify-capabilities step (v0.3.9)#30
intel352 merged 1 commit into
mainfrom
fix/release-pipeline-v0.3.9-c

Conversation

@intel352
Copy link
Copy Markdown
Contributor

Summary

  • actions/checkout@v6 and setup-go@v6 do not exist; downgraded to @v4 and @v5 in release job
  • The verify-capabilities step in the docker job ran before checkout on a fresh runner with no dist/artifacts.json; removed it

Root cause

Run 26374591692: jq: error: Could not open file dist/artifacts.json: No such file or directory in docker job

- actions/checkout@v6 and setup-go@v6 do not exist; downgrade to @v4 and @v5
- The verify-capabilities step in the docker job ran before checkout on a
  fresh runner with no dist/artifacts.json; remove it (capabilities are
  verified in the release job before goreleaser runs)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@intel352 intel352 merged commit 75c886e into main May 24, 2026
@intel352 intel352 deleted the fix/release-pipeline-v0.3.9-c branch May 24, 2026 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant