diff --git a/.github/workflows/auto-tagging.yml b/.github/workflows/auto-tagging.yml index 00b730a..70ac022 100644 --- a/.github/workflows/auto-tagging.yml +++ b/.github/workflows/auto-tagging.yml @@ -24,3 +24,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true PRERELEASE: true + DEFAULT_BUMP: patch