Skip to content

Commit 6595e02

Browse files
committed
fix: tag fetching
1 parent 6fe5c9e commit 6595e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ if [ "${CURRENT_BRANCH}" != "master" ]; then
4141
git pull origin "${CURRENT_BRANCH}"
4242
else
4343
git pull origin master
44+
git tag -d v3 || true
45+
git pull origin --tags
4446
fi
45-
git pull origin --tags
46-
git tag -d v3 || true
4747

4848
npm ci
4949

0 commit comments

Comments
 (0)