Skip to content

Commit 6941fb2

Browse files
Update wangyoucao577/go-release-action action to v1.24 (#100)
1 parent 0d3a030 commit 6941fb2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: wangyoucao577/go-release-action@v1.22
13+
- uses: wangyoucao577/go-release-action@v1.24
1414
with:
1515
github_token: ${{ secrets.GITHUB_TOKEN }}
1616
goos: linux
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v2
26-
- uses: wangyoucao577/go-release-action@v1.22
26+
- uses: wangyoucao577/go-release-action@v1.24
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
goos: linux
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v2
39-
- uses: wangyoucao577/go-release-action@v1.22
39+
- uses: wangyoucao577/go-release-action@v1.24
4040
with:
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
4242
goos: linux
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- uses: actions/checkout@v2
52-
- uses: wangyoucao577/go-release-action@v1.22
52+
- uses: wangyoucao577/go-release-action@v1.24
5353
with:
5454
github_token: ${{ secrets.GITHUB_TOKEN }}
5555
goos: darwin
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- uses: actions/checkout@v2
65-
- uses: wangyoucao577/go-release-action@v1.22
65+
- uses: wangyoucao577/go-release-action@v1.24
6666
with:
6767
github_token: ${{ secrets.GITHUB_TOKEN }}
6868
goos: darwin
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- uses: actions/checkout@v2
78-
- uses: wangyoucao577/go-release-action@v1.22
78+
- uses: wangyoucao577/go-release-action@v1.24
7979
with:
8080
github_token: ${{ secrets.GITHUB_TOKEN }}
8181
goos: windows

0 commit comments

Comments
 (0)