Update auto-tagging.yml

This commit is contained in:
Gleb Tcivie 2024-07-20 18:02:15 +03:00 committed by GitHub
parent 7fc83f581e
commit 1d64675749
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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