Skip to content

Commit

Permalink
fix: publish script master->main
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesKyburz committed Sep 3, 2020
1 parent ef2e317 commit 172eae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish-new-release.sh
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 172eae1

Please sign in to comment.