From 0892d10436343584e70aebcf33aa9bda0e9196c4 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Wed, 5 Jul 2023 09:08:13 -0400 Subject: [PATCH] ci: increase postBuffer for release action Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- .github/workflows/create-releases.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-releases.yml b/.github/workflows/create-releases.yml index ec85cc67..e898bcfb 100644 --- a/.github/workflows/create-releases.yml +++ b/.github/workflows/create-releases.yml @@ -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 }}