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!
This commit is contained in:
Kyle Carberry
2022-05-24 16:54:27 -05:00
committed by GitHub
parent 4543a3b277
commit 4d9168c076
+1 -1
View File
@@ -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 }}