Skip to content

Commit

Permalink
fix(release): GitHub Actions OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Oct 15, 2023
1 parent 1779cbc commit 9b49746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
with:
distribution: goreleaser
version: v1.18.2
args: release --rm-dist --timeout 1h
args: release --rm-dist --timeout 1h -p 1
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit 9b49746

Please sign in to comment.