Commit 674fede
authored
chore: fix goreleaser option and config to support goreleaser v2 (#118)
Fixed the release workflow.
https://github.com/owenrumney/squealer/actions/runs/9871356482/job/27259107572
```
/opt/hostedtoolcache/goreleaser-action/2.0.1/x64/goreleaser release --rm-dist
⨯ command failed error=unknown flag: --rm-dist
Error: The process '/opt/hostedtoolcache/goreleaser-action/2.0.1/x64/goreleaser' failed with exit code 1
```1 parent ecfe7b0 commit 674fede
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments