File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 2424 go build -v .
2525 go test ./...
2626 - name : Run GoReleaser
27- uses : goreleaser/goreleaser-action@master
27+ uses : goreleaser/goreleaser-action@v6
2828 with :
29- args : release --snapshot --skip-publish --rm-dist
29+ distribution : goreleaser
30+ version : ' ~> v2'
31+ args : release --snapshot --skip=publish --clean
Original file line number Diff line number Diff line change 1313 with :
1414 go-version : " ^1.16.0"
1515 - name : Release via goreleaser
16- uses : goreleaser/goreleaser-action@master
16+ uses : goreleaser/goreleaser-action@v6
1717 with :
18+ distribution : goreleaser
19+ # To keep same behavior
20+ version : ' ~> v1'
1821 args : release
1922 env :
2023 GITHUB_TOKEN : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ version : 2
12before :
23 hooks :
34 - go mod tidy
78 - CGO_ENABLED=0
89 ldflags :
910 - -X github.com/technicallyjosh/easy-params/cmd.version={{ .Version }}
10- archives :
11- - replacements :
12- darwin : Darwin
13- linux : Linux
14- windows : Windows
15- 386 : i386
16- amd64 : x86_64
1711checksum :
1812 name_template : " checksums.txt"
1913snapshot :
@@ -25,7 +19,7 @@ changelog:
2519 - " ^docs:"
2620 - " ^test:"
2721brews :
28- - tap :
22+ - repository :
2923 owner : technicallyjosh
3024 name : homebrew-easy-params
3125 description : Opinionated CLI for easy management of SSM Parameters.
You can’t perform that action at this time.
0 commit comments