Skip to content

Commit

Permalink
set goreleaser timeout to 60m
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed May 24, 2024
1 parent fbdd53f commit 740a184
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 @@ -39,6 +39,6 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: '~> v1'
args: release --clean --skip=validate
args: release --clean --skip=validate --timeout=60m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 740a184

Please sign in to comment.