Skip to content

Commit

Permalink
fix: tag fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 18, 2020
1 parent 6fe5c9e commit 6595e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ if [ "${CURRENT_BRANCH}" != "master" ]; then
git pull origin "${CURRENT_BRANCH}"
else
git pull origin master
git tag -d v3 || true
git pull origin --tags
fi
git pull origin --tags
git tag -d v3 || true

npm ci

Expand Down

0 comments on commit 6595e02

Please sign in to comment.