Skip to content

Commit

Permalink
Only use two parallel threads when building binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jftuga committed Sep 30, 2023
1 parent 6ac9706 commit 8eaa4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
uses: goreleaser/goreleaser-action@master
with:
version: latest
args: release --rm-dist -p 10
args: release --rm-dist -p 2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8eaa4d6

Please sign in to comment.