File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ jobs:
91
91
run : go build github.com/klauspost/compress/s2/cmd/s2c && go build github.com/klauspost/compress/s2/cmd/s2d&&./s2c -verify s2c &&./s2d s2c.s2&&rm ./s2c&&rm s2d&&rm s2c.s2
92
92
93
93
- name : goreleaser deprecation
94
- run : curl -sfL https://git.io/goreleaser | VERSION=v1.20.0 sh -s -- check
94
+ run : curl -sfL https://git.io/goreleaser | VERSION=v2.3.2 sh -s -- check
95
95
96
96
- name : goreleaser snapshot
97
- run : curl -sL https://git.io/goreleaser | VERSION=v1.20.0 sh -s -- --snapshot --skip-publish --rm-dist
97
+ run : curl -sL https://git.io/goreleaser | VERSION=v2.3.2 sh -s -- --snapshot --clean
98
98
99
99
- name : Test S2 GOAMD64 v3
100
100
env :
Original file line number Diff line number Diff line change 27
27
uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
28
28
with :
29
29
version : 2.3.2
30
- args : release --rm-dist
30
+ args : release --clean
31
31
env :
32
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
33
CGO_ENABLED : 0
Original file line number Diff line number Diff line change 1
- # This is an example goreleaser.yaml file with some sane defaults.
2
- # Make sure to check the documentation at http://goreleaser.com
1
+ version : 2
2
+
3
3
before :
4
4
hooks :
5
5
- ./gen.sh
@@ -99,7 +99,7 @@ archives:
99
99
checksum :
100
100
name_template : ' checksums.txt'
101
101
snapshot :
102
- name_template : " {{ .Tag }}-next"
102
+ version_template : " {{ .Tag }}-next"
103
103
changelog :
104
104
sort : asc
105
105
filters :
You can’t perform that action at this time.
0 commit comments