mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user