fix: github release workflow (#5096)

This commit is contained in:
Kevin Wan
2025-08-17 23:04:32 +08:00
committed by GitHub
parent a37422b504
commit 20d20ef861

View File

@@ -17,7 +17,7 @@ jobs:
goos: darwin
steps:
- uses: actions/checkout@v5
- uses: wangyoucao577/go-release-action@v1.53
- uses: zeromicro/go-zero-release-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}