We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec29ab commit 5aff67dCopy full SHA for 5aff67d
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Get git tag
23
run: echo "GIT_TAG=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_ENV
24
- name: Generate build files
25
- uses: wangyoucao577/go-release-action@master
+ uses: wangyoucao577/go-release-action@v1
26
with:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
goos: ${{ matrix.goos }}
0 commit comments