Skip to content

Commit 20d20ef

Browse files
authored
fix: github release workflow (#5096)
1 parent a37422b commit 20d20ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
goos: darwin
1818
steps:
1919
- uses: actions/checkout@v5
20-
- uses: wangyoucao577/go-release-action@v1.53
20+
- uses: zeromicro/go-zero-release-action@master
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)