Skip to content

Remove nvim-pasta (#113) #114

Remove nvim-pasta (#113)

Remove nvim-pasta (#113) #114

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+)'