Use goreleaser/v0.155.0, --parallelism 4

This commit is contained in:
monopole
2021-02-07 07:19:24 -08:00
parent 3c94d20599
commit 3b35b121b3
2 changed files with 11 additions and 5 deletions

View File

@@ -36,8 +36,8 @@ steps:
# Run goreleaser indirectly via a shell script
# to configure it properly.
- name: goreleaser/goreleaser:v0.138.0
timeout: 720s
- name: goreleaser/goreleaser:v0.155.0
timeout: 12m
entrypoint: /bin/sh
dir: myClone
secretEnv: ['GITHUB_TOKEN']
@@ -49,7 +49,7 @@ steps:
# the release and leave the 'dist' directory in place.
# Overall timeout
timeout: 800s
timeout: 14m
# golreleaser expects the GITHUB_TOKEN env var to hold the github token
# it needs to write the released package and notes back to github.