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
|
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
|
||||||
|
|
Loading…
Reference in a new issue