Skip to content

PWX-35292: Reduce log level for chatty log Volume was deleted (#2380)… #27

PWX-35292: Reduce log level for chatty log Volume was deleted (#2380)…

PWX-35292: Reduce log level for chatty log Volume was deleted (#2380)… #27

name: Bump version
on:
push:
branches:
- master
- 'release-[0-9]+.[0-9]+'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
DEFAULT_BUMP: patch
TAG_CONTEXT: branch
RELEASE_BRANCHES: master,release-.+\..+