Skip to content

PWX-32899_pt4: K8s DNS fix (#2412) #29

PWX-32899_pt4: K8s DNS fix (#2412)

PWX-32899_pt4: K8s DNS fix (#2412) #29

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-.+\..+