Add 2 hour timeout

This commit is contained in:
Shunichi Shinohara
2024-03-08 14:25:44 +09:00
parent b8320c05d2
commit 18b4cbb3fa

View File

@@ -26,7 +26,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean
args: release --clean --timeout 120m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}