From 0c97f18ec5c07f53017ae82a6cdf7976b5a82b92 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 20 Sep 2023 08:57:54 -0400 Subject: [PATCH] Update release workflow --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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