Skip to content

Commit

Permalink
go releaser use default parallelism (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Feb 27, 2025
1 parent 4024758 commit 05387ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-go-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
with:
workdir: source
version: latest
args: release --config ${{ steps.go-releaser-config.outputs.path }} --clean --parallelism 2 --timeout 180m
args: release --config ${{ steps.go-releaser-config.outputs.path }} --clean --timeout 180m
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ steps.github-app.outputs.token }}
Expand Down

0 comments on commit 05387ce

Please sign in to comment.