Skip to content

Commit

Permalink
set --parallelism 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Dec 4, 2024
1 parent 6345305 commit b2fd60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagpr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: '~> v2'
args: release --clean --skip=validate --timeout=60m
args: release --clean --skip=validate --timeout=60m --parallelism 2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ steps.tagpr.outputs.tag != '' || github.event_name == 'workflow_dispatch' }}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod download
Expand Down

0 comments on commit b2fd60c

Please sign in to comment.