Use the patch level for dev builds

This commit is contained in:
jobobby04 2020-07-01 15:12:53 -04:00 committed by GitHub
parent 3e5d0b7d1b
commit 6f9d4f90a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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