File tree Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: release
3
3
on :
4
4
push :
5
5
tags :
6
- - ' v *.*.*'
6
+ - " *.*.*"
7
7
8
8
permissions :
9
9
contents : write
@@ -15,20 +15,19 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v2
19
- with :
20
- fetch-depth : 0
18
+ - uses : actions/checkout@v2
19
+ with :
20
+ fetch-depth : 0
21
21
22
- - uses : actions/setup-go@v2
23
- with :
24
- go-version : ' 1.21'
25
-
26
- - name : Release
27
- uses : goreleaser/goreleaser-action@v5
28
- with :
29
- version : nightly
30
- args : release --clean
31
- env :
32
- GITHUB_TOKEN : ${{ secrets.GH_PAT }}
33
- LINKEDIN_ACCESS_TOKEN : ${{ secrets.LINKEDIN_ACCESS_TOKEN }}
22
+ - uses : actions/setup-go@v2
23
+ with :
24
+ go-version : " 1.21"
34
25
26
+ - name : Release
27
+ uses : goreleaser/goreleaser-action@v5
28
+ with :
29
+ version : nightly
30
+ args : release --clean
31
+ env :
32
+ GITHUB_TOKEN : ${{ secrets.GH_PAT }}
33
+ LINKEDIN_ACCESS_TOKEN : ${{ secrets.LINKEDIN_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments