Skip to content

Commit fae2fcc

Browse files
committed
reduce parallel processes
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent c23e8e6 commit fae2fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Run GoReleaser
6161
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
6262
with:
63-
args: -p 3 release --clean
63+
args: -p 1 release --clean
6464
version: '~> v2'
6565
strategy:
6666
fail-fast: true

0 commit comments

Comments
 (0)