Skip to content

Commit 75c1956

Browse files
authored
fix(build): Change timeout to 60 minutes (#1867)
1 parent b8320c0 commit 75c1956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
distribution: goreleaser
2828
version: latest
29-
args: release --clean
29+
args: release --clean --timeout 60m
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232

0 commit comments

Comments
 (0)