From 7ed5f51a7950a35696e28ce9bd1beaa183220e3b Mon Sep 17 00:00:00 2001 From: kylecarbs Date: Tue, 24 May 2022 21:02:58 +0000 Subject: [PATCH] fix: Increase release timeout This is unfortunate, but with the containers it can take a while. We should spend some time making these parallel in the future, but for now this is fine! --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 34bd1a6bff4ca..1736a45ce1d9d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -83,7 +83,7 @@ jobs: uses: goreleaser/goreleaser-action@v3 with: version: latest - args: release --rm-dist + args: release --rm-dist --timeout 60m env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} AC_USERNAME: ${{ secrets.AC_USERNAME }}