File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,20 @@ jobs:
12
12
goreleaser :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - name : Checkout
16
+ uses : actions/checkout@v4
16
17
with :
17
18
fetch-depth : 0
18
- - run : git fetch --force --tags
19
- - uses : actions/setup-go@v4
19
+ - name : Set up Go
20
+ uses : actions/setup-go@v5
20
21
with :
21
22
go-version : " >=1.21.0"
22
23
cache : true
23
- - uses : goreleaser/goreleaser-action@v5
24
+ - name : Run GoReleaser
25
+ uses : goreleaser/goreleaser-action@v6
24
26
with :
25
27
distribution : goreleaser
26
- version : latest
27
- args : release --clean --verbose
28
+ version : " ~> v2 "
29
+ args : release --clean --draft
28
30
env :
29
31
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
1
+ version : 2
2
+
1
3
before :
2
4
hooks :
3
5
- go mod tidy
You can’t perform that action at this time.
0 commit comments