Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
bounoable committed Sep 15, 2022
1 parent 9571ae8 commit f174aca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ if [[ $@ =~ --?npm ]]; then
fi

if [[ $@ =~ --?push ]]; then
echo "Pushing main to remote repository ..."
git push

echo "Pushing tags to remote repository ..."

for tag in "${CREATED_TAGS[@]}"; do
Expand Down

0 comments on commit f174aca

Please sign in to comment.