Use the patch level for dev builds
This commit is contained in:
parent
3e5d0b7d1b
commit
6f9d4f90a2
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
WITH_V: true
|
WITH_V: true
|
||||||
RELEASE_BRANCHES: master
|
RELEASE_BRANCHES: master
|
||||||
|
DEFAULT_BUMP: patch
|
||||||
- name: PING - Dispatch initiating repository event
|
- name: PING - Dispatch initiating repository event
|
||||||
if: github.event.action != 'pong' && env.CISKIP == 'false'
|
if: github.event.action != 'pong' && env.CISKIP == 'false'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue