add --all

add --all so final commit to release branch will also update
This commit is contained in:
Aleksana 2022-08-15 13:14:06 +08:00 committed by GitHub
parent dd944cb5a5
commit d3377f5cf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ jobs:
| sed 's/[\^~].*//')
git checkout ${parent}
git merge release/${{ env.BUILDVER }} --allow-unrelated-histories
git pull && git push && git push --tags
git pull --all && git push --all && git push --tags
- name: Generate changelog from README
run: (sed '0,/^ *### ${{ env.BUILDVER }}/d;/^ *#/,$d' <README.md)>temp_CHANGELOG.md