Skip to content

Commit a37422b

Browse files
authored
fix: release workflows (#5095)
1 parent a81d898 commit a37422b

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

0 commit comments

Comments
 (0)