Skip to content

Commit c42334d

Browse files
authored
feature(main): upgrade workflow for goreleaser (#8)
Signed-off-by: cuisongliu <[email protected]>
1 parent 0c715bf commit c42334d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
with:
3131
go-version: 1.23.x
3232
- name: Run GoReleaser
33-
uses: goreleaser/goreleaser-action@v4
33+
uses: goreleaser/goreleaser-action@v1
3434
with:
35-
args: release --timeout=1h --debug
35+
args: release --timeout=1h
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}

0 commit comments

Comments
 (0)