Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmmjackson committed Sep 20, 2023
1 parent 93a901c commit 0c97f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c97f18

Please sign in to comment.