Skip to content

Commit 4eb3121

Browse files
committed
update versison go-release-action
1 parent 5a54353 commit 4eb3121

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: checkout code
1818
uses: actions/checkout@v2
1919
- name: build binaries
20-
uses: wangyoucao577/go-release-action@v1.28
20+
uses: wangyoucao577/go-release-action@v1.40
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
goversion: 1.17

.github/workflows/release_arm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: checkout code
1818
uses: actions/checkout@v2
1919
- name: build binaries
20-
uses: wangyoucao577/go-release-action@v1.28
20+
uses: wangyoucao577/go-release-action@v1.40
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
goversion: 1.17

0 commit comments

Comments
 (0)