1
0
mirror of https://github.com/go-acme/lego.git synced 2025-04-13 04:30:41 +02:00

chore: increase gorelease timeout.

This commit is contained in:
Fernandez Ludovic 2021-10-01 03:47:03 +02:00
parent 2c63b045d2
commit c897b88d86

View File

@ -103,7 +103,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
with:
version: latest
args: release --rm-dist --timeout="30m"
args: release --rm-dist --timeout=60m
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_REPO }}