Skip to content

Commit

Permalink
lower paralellism
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm authored Oct 12, 2020
1 parent 9fac710 commit 368dcc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
args: -f .goreleaser.prerelease.yml --rm-dist --skip-validate
args: -p 2 -f .goreleaser.prerelease.yml --rm-dist --skip-validate
version: latest
publish_sdk:
name: publish_sdk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
args: release --rm-dist --config=.goreleaser.prerelease.yaml
args: -p 2 release --rm-dist --config=.goreleaser.prerelease.yaml
version: latest
publish_sdk:
name: publish_sdk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
args: release --rm-dist
args: -p 2 release --rm-dist
version: latest
publish_sdk:
name: publish_sdk
Expand Down

0 comments on commit 368dcc4

Please sign in to comment.