Skip to content

Commit 6fe5c9e

Browse files
committed
fix: tag fetching
1 parent 3c7cd58 commit 6fe5c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ if [ "${CURRENT_BRANCH}" != "master" ]; then
4242
else
4343
git pull origin master
4444
fi
45-
git tag -d v3 || true
4645
git pull origin --tags
46+
git tag -d v3 || true
4747

4848
npm ci
4949

0 commit comments

Comments
 (0)