diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 72cc91e..e1331c0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,6 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - - run: git tag -d $VERSION - run: git tag $VERSION - run: git push origin :$VERSION - run: git push --tag