ci: increase postBuffer for release action

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron
2023-07-05 09:08:13 -04:00
parent 183019616b
commit 0892d10436

View File

@@ -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 }}