From 1d6467574913d6cee37929c54590073c6f471e2a Mon Sep 17 00:00:00 2001 From: Gleb Tcivie Date: Sat, 20 Jul 2024 18:02:15 +0300 Subject: [PATCH] Update auto-tagging.yml --- .github/workflows/auto-tagging.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-tagging.yml b/.github/workflows/auto-tagging.yml index 70ac022..dea7e7f 100644 --- a/.github/workflows/auto-tagging.yml +++ b/.github/workflows/auto-tagging.yml @@ -1,8 +1,6 @@ name: Bump version on: - pull_request: - types: - - closed + push: branches: - master @@ -22,6 +20,7 @@ jobs: uses: anothrNick/github-tag-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GIT_API_TAGGING: false WITH_V: true PRERELEASE: true DEFAULT_BUMP: patch