Skip to content

Commit

Permalink
chore: delete v0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 6, 2020
1 parent a7ce1e8 commit 7db9a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ "${CURRENT_BRANCH}" != "master" ]; then
git pull origin "${CURRENT_BRANCH}"
else
git pull origin master
git tag -d v3 || true
git tag -d v0 || true
git pull origin --tags
fi

Expand Down

0 comments on commit 7db9a3a

Please sign in to comment.