Skip to content

Commit c897b88

Browse files
committed
chore: increase gorelease timeout.
1 parent 2c63b04 commit c897b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
if: startsWith(github.ref, 'refs/tags/v')
104104
with:
105105
version: latest
106-
args: release --rm-dist --timeout="30m"
106+
args: release --rm-dist --timeout=60m
107107
env:
108108
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_REPO }}
109109

0 commit comments

Comments
 (0)