Downgrade to http 1.1

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

View file

@ -47,6 +47,6 @@ jobs:
git tag -a $tag -m $tag
done < missing_tags
- name: Push to destination
run: |
git config --global http.postBuffer 157286400
run: | # use http 1.1 due to http 2 stream not closing cleanly
git config --global http.version HTTP/1.1
git push --force origin refs/tags/*:refs/tags/* --tags