File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474
7575 - name : Validate Cluster End State
7676 run : ./testing/validate.sh
77+
78+ check-goreleaser :
79+ runs-on : ubuntu-latest
80+ steps :
81+ - name : Checkout
82+ uses : actions/checkout@v5
83+
84+ - name : Unshallow
85+ run : git fetch --prune --unshallow
86+
87+ - uses : actions/setup-go@v5
88+ with :
89+ go-version-file : go.mod
90+
91+ - name : Check GoReleaser
92+ uses : goreleaser/goreleaser-action@v6
93+ with :
94+ version : latest
95+ args : check --config deploy/.goreleaser.yaml
96+ env :
97+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 9696 uses : goreleaser/goreleaser-action@v6
9797 with :
9898 version : latest
99- args : release --rm-dist --config deploy/.goreleaser.yaml
99+ args : release --clean --config deploy/.goreleaser.yaml
100100 env :
101101 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
102102
Original file line number Diff line number Diff line change 1+ version : 2
12project_name : pvmigrate
23release :
34 github :
@@ -24,12 +25,14 @@ builds:
2425 hooks : { }
2526archives :
2627 - id : pvmigrate
27- builds :
28+ ids :
2829 - pvmigrate
29- format : tar.gz
30+ formats :
31+ - tar.gz
3032 format_overrides :
3133 - goos : windows
32- format : zip
34+ formats :
35+ - zip
3336 name_template : ' pvmigrate_{{ .Os }}_{{ .Arch }}'
3437 files :
3538 - licence*
You can’t perform that action at this time.
0 commit comments