Downgrade to http 1.1
This commit is contained in:
parent
36a3e2fff0
commit
c21c381b74
1 changed files with 2 additions and 2 deletions
|
@ -47,6 +47,6 @@ jobs:
|
||||||
git tag -a $tag -m $tag
|
git tag -a $tag -m $tag
|
||||||
done < missing_tags
|
done < missing_tags
|
||||||
- name: Push to destination
|
- name: Push to destination
|
||||||
run: |
|
run: | # use http 1.1 due to http 2 stream not closing cleanly
|
||||||
git config --global http.postBuffer 157286400
|
git config --global http.version HTTP/1.1
|
||||||
git push --force origin refs/tags/*:refs/tags/* --tags
|
git push --force origin refs/tags/*:refs/tags/* --tags
|
||||||
|
|
Loading…
Reference in a new issue