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 b8fce11 commit 6def628Copy full SHA for 6def628
.github/workflows/release.yml
@@ -20,6 +20,8 @@ jobs:
20
uses: actions/checkout@v4
21
with:
22
fetch-depth: 0
23
+
24
+ - name: Delete original tag
25
run: |
26
git tag -d ${{ github.ref_name }}
27
git push origin :refs/tags/${{ github.ref_name }}
0 commit comments