fix(goreleaser): Add a lesser parallelism to allow the CI to work on its own
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
1ab48c4e9e
commit
ffaebb8aaf
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ jobs:
|
|||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release --clean --skip docker,snapcraft
|
||||
args: release --clean -p 4 --skip docker,snapcraft
|
||||
env:
|
||||
GORELEASER_FORCE_TOKEN: gitea
|
||||
GITEA_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue