Skip to content

Bump version to be same as git tags #4

Bump version to be same as git tags

Bump version to be same as git tags #4

Workflow file for this run

# https://github.com/marketplace/actions/github-tag-bump
name: Bump version
on: push
jobs:
build:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INITIAL_VERSION: "2.0.3"
WITH_V: false
DEFAULT_BUMP: "patch"
RELEASE_BRANCHES: "master,main,dev"