Skip to content

Commit

Permalink
adjust force-release target to handle differently named main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 17, 2023
1 parent ce03fde commit e163592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ clean:
force_release: clean
./build-release.sh
twine upload dist/*
git push --tags origin main
git push --tags origin master

0 comments on commit e163592

Please sign in to comment.