Skip to content

Increase title length #129

Increase title length

Increase title length #129

name: Bump version and push tag on main commit
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_CREATION_TOKEN }}
WITH_V: true