Skip to content

Commit

Permalink
fix(build): Change timeout to 60 minutes (#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
shino committed Mar 11, 2024
1 parent b8320c0 commit 75c1956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean
args: release --clean --timeout 60m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 75c1956

Please sign in to comment.