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

Skip to content

Commit 28bb787

Browse files
committed
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 e991a40 commit 28bb787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
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)