Skip to content

Commit

Permalink
Increase goreleaser timeout to 3 hours.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jun 3, 2022
1 parent a5e030f commit edcd252
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 @@ -45,7 +45,7 @@ jobs:
hc-releases-host-staging: '${{ secrets.HC_RELEASES_HOST_STAGING }}'
hc-releases-host-prod: '${{ secrets.HC_RELEASES_HOST_PROD }}'
with:
goreleaser-release-args: --timeout 2h
goreleaser-release-args: --timeout 3h
release-notes: true
setup-go-version: '${{ needs.go-version.outputs.version }}'
# Product Version (e.g. v1.2.3 or github.ref_name)
Expand Down

0 comments on commit edcd252

Please sign in to comment.