fix branch name

This commit is contained in:
nanos 2024-09-16 15:52:58 +01:00
parent 8334e06818
commit 942c276922

View file

@ -21,4 +21,4 @@ jobs:
sed -i -E 's/VERSION = "[0-9]+.[0-9]+.[0-9]+"/VERSION = "'$VERSION'"/' find_posts.py
git add find_posts.py
git commit -m "[bot] Bump version to $VERSION"
git push upstream HEAD:master > /dev/null 2>&1
git push upstream HEAD:main > /dev/null 2>&1