Commit cbfc1ea
committed
fix: use --clean instead of deprecated --rm-dist in goreleaser
The --rm-dist flag has been deprecated in GoReleaser and replaced with --clean. This commit updates the .github/workflows/go-release-build.yml file to use the new flag.1 parent 8b15b16 commit cbfc1ea
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments