Commit 3dca571
committed
fix(release): use GoReleaser v2 to match config version
The .goreleaser.yaml config uses version: 2, but the workflow was
installing GoReleaser v1.26.2 which only supports version: 1 configs.
Changed from 'version: latest' to 'version: v2' to ensure compatibility.1 parent 49687af commit 3dca571
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments