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
The goreleaser tool runs builds and build hooks in parallel,
which can sometimes cause multiple completion generation processes
to write to the same file at the same time. To fix this, move the
completion script generation outside of the "builds" section.
0 commit comments