mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
ci: goreleaser lower parallelism to mitigate OOM issues (#1086)
ci: clamp parallelism to reality
This commit is contained in:
parent
08d7ecf329
commit
3d64ed150a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -100,7 +100,7 @@ jobs:
|
|||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release --clean --skip-validate --skip-publish --parallelism 99
|
||||
args: release --clean --skip-validate --skip-publish --parallelism 5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue