You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace goreleaser-action with manual install (#4944) (#4951)
Download and verify the goreleaser binary directly instead of using
the goreleaser/goreleaser-action. Install to ~/.local/bin and register
it via GITHUB_PATH to avoid requiring sudo. Capture dist/metadata.json
and dist/artifacts.json as step outputs to preserve the same interface
used by downstream steps. Add strict bash error handling to both the
setup and release steps.
0 commit comments