Skip to content

Commit

Permalink
;tools: just relbin: assume "origin" remote name
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Dec 3, 2024
1 parent 909a903 commit b9100f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -1121,8 +1121,8 @@ relprep VER:
# Push the current branch to github to generate release binaries.
@relbin:
# assumes the github remote is named "github"
git push -f github HEAD:binaries
# assumes the github remote is named "origin"
git push -f origin HEAD:binaries

# Show last release date (of hledger package).
@reldate:
Expand Down

0 comments on commit b9100f3

Please sign in to comment.