diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc5cc54..9fb4075 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,8 +38,10 @@ jobs: git config --global user.email "github-actions@github.com" TAG="dev" gh release delete $TAG --yes - git tag "$TAG" - git push origin "$TAG" + git tag -d $TAG + git push origin $TAG + git tag $TAG + git push origin $TAG echo "RELEASE_TAG_NAME=$TAG" >> $GITHUB_OUTPUT build_and_test: needs: generate-config