mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-01-12 14:27:51 -08:00
Merge pull request #46 from tcivie/tcivie-patch-1
Update auto-tagging.yml
This commit is contained in:
commit
7a8846fe79
5
.github/workflows/auto-tagging.yml
vendored
5
.github/workflows/auto-tagging.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue