diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87ad0a3..5c12df0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,8 @@ jobs: gh release delete $TAG --yes || true git tag -d $TAG || true git push origin --delete $TAG || true + git fetch --tags + git tag -l git tag $TAG git push origin $TAG echo "RELEASE_TAG_NAME=$TAG" >> $GITHUB_OUTPUT