Enlarge buffer size before push
This commit is contained in:
parent
5fc7758179
commit
36a3e2fff0
1 changed files with 3 additions and 1 deletions
|
@ -47,4 +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: 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
|
||||||
|
|
Loading…
Reference in a new issue