Skip to content

Commit 6d76cf4

Browse files
fix release gh action workflow
1 parent 1a16f60 commit 6d76cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: goreleaser/goreleaser-action@v2
4040
with:
4141
version: latest
42-
args: release --rm-dist
42+
args: release --clean --timeout 120m
4343
env:
4444
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)