Skip to content

Commit 5aff67d

Browse files
committed
Update GitHub action
1 parent 9ec29ab commit 5aff67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Get git tag
2323
run: echo "GIT_TAG=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_ENV
2424
- name: Generate build files
25-
uses: wangyoucao577/go-release-action@master
25+
uses: wangyoucao577/go-release-action@v1
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
2828
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)