Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
upped parallelism to 4
  • Loading branch information
ShocOne authored Sep 7, 2024
1 parent 624fc3a commit 01c760b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
gpg-private-key: '${{ secrets.GPG_PRIVATE_KEY }}' # Your GPG private key
gpg-private-key-passphrase: '${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}' # Passphrase for your GPG key, if applicable
with:
goreleaser-release-args: --verbose --parallelism 2 --timeout 120m0s # required due to provider release file size
goreleaser-release-args: --verbose --parallelism 4 --timeout 120m0s # required due to provider release file size
release-notes: false
setup-go-version: '1.22.5'

Expand All @@ -85,4 +85,4 @@ jobs:
with:
name: release-notes
path: release-notes.txt
retention-days: 1
retention-days: 1

0 comments on commit 01c760b

Please sign in to comment.