Skip to content

Commit 9b49746

Browse files
committed
fix(release): GitHub Actions OOM
1 parent 1779cbc commit 9b49746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
with:
3030
distribution: goreleaser
3131
version: v1.18.2
32-
args: release --rm-dist --timeout 1h
32+
args: release --rm-dist --timeout 1h -p 1
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)