Skip to content

Commit 18b4cbb

Browse files
committed
Add 2 hour timeout
1 parent b8320c0 commit 18b4cbb

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 120m
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232

0 commit comments

Comments
 (0)