fix(ci): install git and gcc for GoReleaser #39
Reference in New Issue
Block a user
Delete Branch "fix/release-pipeline"
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
git not present in PATHerror on tag-triggered releasesContext
Release workflow for 2026.05.5 failed because the runner image lacks git. GoReleaser needs it to read tags/history at runtime.