Skip to content

Commit

Permalink
Merge pull request #25169 from hashicorp/increase-goreleaser-timeout
Browse files Browse the repository at this point in the history
Increase `goreleaser` timeout to 3 hours
  • Loading branch information
ewbankkit authored Jun 3, 2022
2 parents a5e030f + edcd252 commit e346fa1
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 e346fa1

Please sign in to comment.