We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b12040 commit 9b1872bCopy full SHA for 9b1872b
.github/workflows/release-drafter.yml
@@ -133,7 +133,7 @@ jobs:
133
TAG="${{ needs.check-tag.outputs.tag_name }}"
134
if gh release view "$TAG" --json isDraft --jq '.isDraft' 2>/dev/null | grep -q true; then
135
echo "Deleting existing draft release for tag: $TAG"
136
- gh release delete "$TAG" --yes --cleanup-tag
+ gh release delete "$TAG" --yes
137
fi
138
env:
139
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments