chore: change action timeout (#5604)

This commit is contained in:
Silvan
2023-04-05 16:27:48 +02:00
committed by GitHub
parent 8b5217c06d
commit 5c8748d769

View File

@@ -66,7 +66,7 @@ jobs:
with:
distribution: goreleaser
version: v1.11.0
args: release
args: release --timeout 50m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_TOKEN_TAP: ${{ steps.generate-token.outputs.token }}