Skip to content

Commit 6c081d9

Browse files
authored
limit concurrency for goreleaser builds
1 parent af6b3e8 commit 6c081d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: goreleaser/[email protected]
5757
with:
5858
version: latest
59-
args: "release --clean --timeout 3h"
59+
args: "release --clean --timeout 3h -p 3"
6060
env:
6161
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)