Skip to content

Commit 889382d

Browse files
committed
Fix release workflow
1 parent ee6d9cd commit 889382d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-assets.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Assets
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
release:
@@ -18,7 +18,7 @@ jobs:
1818
goos: windows
1919
steps:
2020
- uses: actions/checkout@v3
21-
- uses: wangyoucao577/go-release-action@b3f2406d88324d0d89e7246ce26327b00174c46c # v1.28
21+
- uses: wangyoucao577/go-release-action@8e2116aa9c424a511d927c3be0210853cbf78016 # v1.33
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)