Skip to content

Commit a2b420e

Browse files
committed
Fix release script for patch releases
1 parent 4595318 commit a2b420e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/scripts/release.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ if [ "$BRANCH" != "$RELEASE_BRANCH" ]; then
4343
fi
4444
git push $DRYRUN --atomic --set-upstream origin $RELEASE_BRANCH
4545
git checkout $BRANCH
46-
else
47-
git tag -f v_$BASE
4846
fi
4947

5048
if [ "$TYPE" == "MAJOR" ] || [ "$TYPE" == "MINOR" ]; then
@@ -60,4 +58,3 @@ git commit -m "[Automated] Bump dev version to ${CANDIDATE}"
6058

6159
git push $DRYRUN --atomic --set-upstream origin $BRANCH
6260
git push $DRYRUN -f --atomic --tags
63-

0 commit comments

Comments
 (0)