From 172eae16cb36d03486eb8b2cf5a2e790b867c109 Mon Sep 17 00:00:00 2001 From: James Kyburz Date: Thu, 3 Sep 2020 17:15:51 +0100 Subject: [PATCH] fix: publish script master->main --- publish-new-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish-new-release.sh b/publish-new-release.sh index 38c209f..f6c1670 100755 --- a/publish-new-release.sh +++ b/publish-new-release.sh @@ -26,7 +26,7 @@ git tag "${new_tag:?}" log_success "created git tag ${new_tag:?}" -git push origin master -git push origin master --tags +git push origin main +git push origin main --tags log_success "pushed new tag"