File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
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
- version : latest
33
- args : release --rm-dist --skip-announce
33
+ version : " ~> v2 "
34
+ args : release --clean
34
35
env :
35
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
---
2
2
project_name : docker-deploy
3
+ version : 2
3
4
4
5
builds :
5
6
- env :
@@ -35,7 +36,7 @@ snapshot:
35
36
name_template : SNAPSHOT-{{ .Commit }}
36
37
37
38
changelog :
38
- skip : true
39
+ disable : true
39
40
40
41
release :
41
42
github :
You can’t perform that action at this time.
0 commit comments