fix(release): pin GoReleaser to triggering tag #135
Reference in New Issue
Block a user
Delete Branch "fix/goreleaser-tag-resolution"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
GORELEASER_CURRENT_TAGtogithub.ref_namein release-binaries workflowContext
v0.1.0 release failed because GoReleaser resolved to
v0.1.0-rc.5instead ofv0.1.0— both tags were on commitadf8fed. This caused no Gitea release for v0.1.0, which timed out the GitHub mirror workflow.