Merge pull request #176 from nanos/fix-version-bump

fix branch name
This commit is contained in:
Michael 2024-09-16 15:53:29 +01:00 committed by GitHub
commit 15b522d55d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,4 +21,4 @@ jobs:
sed -i -E 's/VERSION = "[0-9]+.[0-9]+.[0-9]+"/VERSION = "'$VERSION'"/' find_posts.py sed -i -E 's/VERSION = "[0-9]+.[0-9]+.[0-9]+"/VERSION = "'$VERSION'"/' find_posts.py
git add find_posts.py git add find_posts.py
git commit -m "[bot] Bump version to $VERSION" 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