File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : goreleaser
2
2
3
3
on :
4
- pull_request :
5
4
push :
5
+ tags :
6
+ - ' *'
6
7
7
8
permissions :
8
9
contents : write
@@ -13,23 +14,23 @@ jobs:
13
14
steps :
14
15
-
15
16
name : Checkout
16
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
17
18
with :
18
19
fetch-depth : 0
19
20
-
20
21
name : Fetch all tags
21
22
run : git fetch --force --tags
22
23
-
23
24
name : Set up Go
24
- uses : actions/setup-go@v2
25
+ uses : actions/setup-go@v5
25
26
with :
26
- go-version : 1.18
27
+ go-version : 1.24
27
28
-
28
29
name : Run GoReleaser
29
- uses : goreleaser/goreleaser-action@v2
30
+ uses : goreleaser/goreleaser-action@v6
30
31
with :
31
32
distribution : goreleaser
32
33
version : latest
33
- args : release --rm-dist --skip-announce
34
+ args : release --clean
34
35
env :
35
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments