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 3c7cd58 commit 6fe5c9e
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 @@ -42,8 +42,8 @@ if [ "${CURRENT_BRANCH}" != "master" ]; then
else
git pull origin master
fi
git tag -d v3 || true
git pull origin --tags
git tag -d v3 || true

npm ci

Expand Down

0 comments on commit 6fe5c9e

Please sign in to comment.