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