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
`--rm-dist` flag is deprecated in newer versions of Goreleaser in favor
of `clean`: https://goreleaser.com/deprecations/#-rm-dist
Release action was failing due to the deprecated flag. This PR replaces
it with the new clean flag
## Summary
## How was it tested?
Signed-off-by: John Lago <[email protected]>
0 commit comments