We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8320c0 commit 18b4cbbCopy full SHA for 18b4cbb
.github/workflows/goreleaser.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
distribution: goreleaser
28
version: latest
29
- args: release --clean
+ args: release --clean --timeout 120m
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
0 commit comments