Skip to content

Commit 99f6cbe

Browse files
updated release action to the lastest (#25)
1 parent 46a1540 commit 99f6cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
goarch: [amd64, arm64]
2121
steps:
2222
- uses: actions/checkout@v3
23-
- uses: wangyoucao577/go-release-action@v1.36
23+
- uses: wangyoucao577/go-release-action@v1
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)