Skip to content

Commit

Permalink
Limit parallelism on goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Scheel <[email protected]>
  • Loading branch information
cipherboy authored and naphelps committed Jun 18, 2024
1 parent 1800244 commit 1c194a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean --timeout=60m --verbose --debug
args: release --clean --timeout=60m --verbose --debug --parallelism 2
env:
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
Expand Down

0 comments on commit 1c194a1

Please sign in to comment.