mirror of
https://github.com/iyear/tdl
synced 2025-01-07 03:16:41 +08:00
fix(release): GitHub Actions OOM
This commit is contained in:
parent
1779cbc13d
commit
9b49746f10
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user