Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d9168c

Browse files
authored
fix: Increase release timeout (#1729)
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!
1 parent 4543a3b commit 4d9168c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: goreleaser/goreleaser-action@v3
8484
with:
8585
version: latest
86-
args: release --rm-dist
86+
args: release --rm-dist --timeout 60m
8787
env:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
AC_USERNAME: ${{ secrets.AC_USERNAME }}

0 commit comments

Comments
 (0)