We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc66b5 commit 99549d4Copy full SHA for 99549d4
.github/workflows/release.yml
@@ -58,13 +58,6 @@ jobs:
58
git add CHANGELOG.md
59
git commit -m "Update CHANGELOG for new version $NEW_VERSION"
60
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
-
68
- name: Delete existing release branch
69
run: |
70
if git ls-remote --heads origin release/${NEW_VERSION} | grep release/${NEW_VERSION}; then
0 commit comments