Skip to content

update bump version logic #4

update bump version logic

update bump version logic #4

Workflow file for this run

name: Bump version
on:
push:
branches:
- main
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/github-tag-action@1.75.0
env:
TAG_PREFIX: 'v'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}