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 86525b0 commit 6822a19Copy full SHA for 6822a19
.github/workflows/release.yaml
@@ -14,7 +14,6 @@ jobs:
14
contents: write
15
steps:
16
- uses: actions/checkout@v4
17
- - run: git tag -d $VERSION
18
- run: git tag $VERSION
19
- run: git push origin :$VERSION
20
- run: git push --tag
0 commit comments