From 869401d1611230a7c1a621c7b16d44dffe8afef5 Mon Sep 17 00:00:00 2001 From: Gleb Tcivie Date: Sat, 20 Jul 2024 17:35:03 +0300 Subject: [PATCH] Update auto-tagging.yml --- .github/workflows/auto-tagging.yml | 1 + 1 file changed, 1 insertion(+) 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