commit
15b522d55d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-version-number.yaml
vendored
2
.github/workflows/update-version-number.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue