Skip to content

fix: release workflow fails to publish artifacts on tag push#208

Merged
emyller merged 1 commit intomainfrom
fix/goreleaser-clean-flag
Apr 29, 2026
Merged

fix: release workflow fails to publish artifacts on tag push#208
emyller merged 1 commit intomainfrom
fix/goreleaser-clean-flag

Conversation

@emyller
Copy link
Copy Markdown
Contributor

@emyller emyller commented Apr 29, 2026

The release workflow is currently failing for every tag push because the --rm-dist flag was removed in GoReleaser v2, and goreleaser-action@v7 (recently adopted via #202) locks GoReleaser to ~> v2. The v5.1.0 release page already shows the consequence — tag and changelog were created, but no source archives or checksums were uploaded.

Changes

  • Releases publish their artifacts again on tag push, so consumers can pull source archives and checksums from the release page rather than only from the proxy.

Review effort: 1/5

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@emyller emyller requested a review from a team as a code owner April 29, 2026 18:13
@emyller emyller requested review from gagantrivedi and removed request for a team April 29, 2026 18:13
@emyller emyller merged commit 231e5a1 into main Apr 29, 2026
4 checks passed
@emyller emyller deleted the fix/goreleaser-clean-flag branch April 29, 2026 18:15
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.

2 participants