summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcheck_for_update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_for_update.sh b/check_for_update.sh
index d789304c3c82..821039ebf714 100755
--- a/check_for_update.sh
+++ b/check_for_update.sh
@@ -32,6 +32,6 @@ git config --local user.email "thomas@eizinger.io"
git checkout -b "bump-photoprism-$LATEST_RELEASE"
git commit -a -m "Upgrade photoprism to $LATEST_RELEASE"
-git push origin
+git push origin "bump-photoprism-$LATEST_RELEASE"
gh pr create --title "Upgrade photoprism to $LATEST_RELEASE" --head