ci: limit goreleaser to two tasks per release

This commit is contained in:
Felipe M 2025-04-21 15:12:03 +02:00
parent bbb48f49e2
commit 84e5feeb81
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8

View file

@ -13,4 +13,4 @@ steps:
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
commands: commands:
- docker login -u fmartingr -p $GITEA_TOKEN git.nakama.town - docker login -u fmartingr -p $GITEA_TOKEN git.nakama.town
- goreleaser release --clean - goreleaser release --clean --parallelism=2