Merge pull request #46 from tcivie/tcivie-patch-1

Update auto-tagging.yml
This commit is contained in:
Gleb Tcivie 2024-07-20 18:04:18 +03:00 committed by GitHub
commit 7a8846fe79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,6 @@
name: Bump version name: Bump version
on: on:
pull_request: push:
types:
- closed
branches: branches:
- master - master
@ -22,6 +20,7 @@ jobs:
uses: anothrNick/github-tag-action@v1 uses: anothrNick/github-tag-action@v1
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_API_TAGGING: false
WITH_V: true WITH_V: true
PRERELEASE: true PRERELEASE: true
DEFAULT_BUMP: patch DEFAULT_BUMP: patch