File tree 2 files changed +9
-12
lines changed
2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 9
9
goreleaser :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - name : Checkout
13
- uses : actions/checkout@v2
12
+ -
13
+ name : Checkout
14
+ uses : actions/checkout@v3
14
15
with :
15
16
fetch-depth : 0
16
- - name : Bump version and push tag
17
+ -
18
+ name : Bump version and push tag
17
19
uses : anothrNick/github-tag-action@v1
18
20
env :
19
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20
22
WITH_V : true
21
23
DEFAULT_BUMP : patch
22
- - name : Set up Go
24
+ -
25
+ name : Set up Go
23
26
uses : actions/setup-go@v3
24
- with :
25
- go-version : 1.20
26
- - name : Run GoReleaser
27
+ -
28
+ name : Run GoReleaser
27
29
uses : goreleaser/goreleaser-action@v4
28
30
with :
29
31
# either 'goreleaser' (default) or 'goreleaser-pro'
Original file line number Diff line number Diff line change 1
- # This is an example .goreleaser.yml file with some sensible defaults.
2
- # Make sure to check the documentation at https://goreleaser.com
3
- before :
4
- hooks :
5
- - go mod tidy
6
1
builds :
7
2
- env :
8
3
- CGO_ENABLED=0
You can’t perform that action at this time.
0 commit comments