Skip to content

Commit fd0755c

Browse files
authored
[CI] Fix Goreleaser timeout
1 parent 41e3d44 commit fd0755c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
distribution: goreleaser
5050
version: "~> v2"
51-
args: release --clean --config ../.goreleaser.yaml
51+
args: release --clean --config ../.goreleaser.yaml --timeout 600m0s
5252
workdir: ./v2
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)