Sfoglia il codice sorgente

cicd: Goreleaser tikeout

jamesread 1 anno fa
parent
commit
8d4ddd36cd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/build-tag.yml

+ 1 - 1
.github/workflows/build-tag.yml

@@ -61,7 +61,7 @@ jobs:
         with:
           distribution: goreleaser
           version: latest
-          args: release --clean --parallelism 1
+          args: release --clean --timeout 60m
         env:
           GITHUB_TOKEN: ${{ secrets.CONTAINER_TOKEN }}