Skip to content

Commit

Permalink
Merge pull request #80 from fujiwara/fix/releaser
Browse files Browse the repository at this point in the history
set --parallelism 2
  • Loading branch information
fujiwara authored Dec 4, 2024
2 parents 6345305 + b2fd60c commit e36e5b1
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 e36e5b1

Please sign in to comment.