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