Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

feat: upgrade version service client (#132) #25

feat: upgrade version service client (#132)

feat: upgrade version service client (#132) #25

Workflow file for this run

name: Autotag
on:
push:
branches:
- main
jobs:
autotag:
name: Create tag if version changes
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
# Extract version data and create tag
- uses: butlerlogic/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.AUTOTAG_TOKEN }}"
with:
strategy: regex
root: "VERSION"
regex_pattern: "(.*)"
tag_prefix: "v"