Skip to content

Update version-tagging.yml #6

Update version-tagging.yml

Update version-tagging.yml #6

name: Create Tag
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: butlerlogic/action-autotag@1.1.2
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
strategy: regex
root: ./Cargo.toml
regex_pattern: '^version = "([0-9\.]{3,}([-\+][\w\.0-9]+)?)"$'
tag_prefix: "v"