mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-06 14:52:43 -04:00
ci: increase postBuffer for release action
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
1
.github/workflows/create-releases.yml
vendored
1
.github/workflows/create-releases.yml
vendored
@@ -71,6 +71,7 @@ jobs:
|
||||
GIT_COMMITTER_NAME: ${{ steps.import-gpg.outputs.name }}
|
||||
GIT_COMMITTER_EMAIL: ${{ steps.import-gpg.outputs.email }}
|
||||
run: |
|
||||
git config --global http.postBuffer 524288000
|
||||
git config --global user.name "${{ steps.import-gpg.outputs.name }}"
|
||||
git config --global user.email "${{ steps.import-gpg.outputs.email }}"
|
||||
./.github/actions/release.sh --release ${{ inputs.release_type }}
|
||||
|
||||
Reference in New Issue
Block a user