1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00

build: increase nightly release timeout

This commit is contained in:
Carlos Alexandro Becker 2023-09-11 16:37:34 +00:00
parent 4240a0fdb9
commit 7af37fed19
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -51,7 +51,7 @@ jobs:
with:
distribution: goreleaser-pro
version: nightly
args: release --clean --nightly -f .goreleaser-nightly.yaml
args: release --clean --nightly -f .goreleaser-nightly.yaml --timeout 60m
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}