Skip to content

Commit

Permalink
Only allow 1 concurrent tasks at a time in goreleaser (#317).
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Apr 30, 2024
1 parent ff52ead commit 7a7e55c
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 @@ -45,7 +45,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist --debug
args: release --rm-dist --debug --parallelism=1
key: ${{ secrets.YOUR_PRIVATE_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit 7a7e55c

Please sign in to comment.