Skip to content

Separate out snippets into new file (#109) #110

Separate out snippets into new file (#109)

Separate out snippets into new file (#109) #110

Workflow file for this run

name: push
on:
push:
branches:
- master
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: butlerlogic/[email protected] # https://github.com/ButlerLogic/action-autotag/issues/45#issuecomment-1825726927
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
strategy: regex
root: .bumpversion.cfg
regex_pattern: 'current_version = (?<version>\d+\.\d+\.\d+)'