Skip to content

Commit 99549d4

Browse files
committed
rm tag deletion step
1 parent 7dc66b5 commit 99549d4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ jobs:
5858
git add CHANGELOG.md
5959
git commit -m "Update CHANGELOG for new version $NEW_VERSION"
6060
61-
- name: Delete existing release tag
62-
run: |
63-
if git rev-parse $NEW_VERSION >/dev/null 2>&1; then
64-
git tag -d $NEW_VERSION
65-
git push origin :refs/tags/$NEW_VERSION
66-
fi
67-
6861
- name: Delete existing release branch
6962
run: |
7063
if git ls-remote --heads origin release/${NEW_VERSION} | grep release/${NEW_VERSION}; then

0 commit comments

Comments
 (0)