mirror of
https://github.com/nicholasr-itsulu/FediFetcher.git
synced 2026-05-30 23:41:26 +00:00
fix branch name
This commit is contained in:
parent
8334e06818
commit
942c276922
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