Skip to content

Commit

Permalink
dev: Limit release parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares committed Jun 29, 2022
1 parent 615ed60 commit e4e979c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: 'v1.9.2'
args: release --config .goreleaser.release.yml --release-notes /tmp/release-notes.md --timeout 120m
args: release --config .goreleaser.release.yml --release-notes /tmp/release-notes.md --timeout 120m --parallelism 1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN }}
AWS_REGION: ${{ secrets.AWS_REGION }}
Expand Down

0 comments on commit e4e979c

Please sign in to comment.