Skip to content

Commit

Permalink
[CI] Fix Goreleaser timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd authored Nov 6, 2024
1 parent 41e3d44 commit fd0755c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
distribution: goreleaser
version: "~> v2"
args: release --clean --config ../.goreleaser.yaml
args: release --clean --config ../.goreleaser.yaml --timeout 600m0s
workdir: ./v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fd0755c

Please sign in to comment.