Enlarge buffer size before push

This commit is contained in:
Antoine Martin 2024-09-12 09:45:00 -04:00
parent 5fc7758179
commit 36a3e2fff0
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -47,4 +47,6 @@ jobs:
git tag -a $tag -m $tag
done < missing_tags
- name: Push to destination
run: git push --force origin refs/tags/*:refs/tags/* --tags
run: |
git config --global http.postBuffer 157286400
git push --force origin refs/tags/*:refs/tags/* --tags