Commit 6aebe96
authored
[CI] Update go-releaser action (#2143)
`--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]>1 parent 1bc2a30 commit 6aebe96
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments