diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index ebb9332..58db1ef 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -19,4 +19,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: patch # Can be set to major, minor, or patch + GIT_API_TAGGING: false # Fix for tag push reference error WITH_V: false # If you want your tag to start with 'v', e.g., v1.0.0