diff --git a/justfile b/justfile index ca28fbd..5f4b4ec 100644 --- a/justfile +++ b/justfile @@ -148,7 +148,7 @@ homebrew-update: homebrew-program cp ../program.rb Formula/upnotify.rb git add Formula/upnotify.rb git commit -m "Added formula for upnotify {{version}}" - git push origin HEAD + git push origin HEAD --force # force push because this could be a second run gh pr create --title "Added formula for upnotify {{version}}" --body "Added formula for upnotify {{version}}" do-release-build: build-all