Skip to content

Commit 350ffd6

Browse files
committed
remove unneeded lines of code
1 parent ad92292 commit 350ffd6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/draft-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
3131
TAG="v$VERSION"
3232
33-
git tag --list
34-
3533
# Fail if the tag already exists
3634
if git ls-remote --tags origin | grep -q "refs/tags/$TAG"; then
3735
echo "Error: Tag $TAG already exists. Aborting."

0 commit comments

Comments
 (0)