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

ci: disable renovate for now #30

ci: disable renovate for now

ci: disable renovate for now #30

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/action-autotag@1.1.2
env:
GITHUB_TOKEN: "${{ secrets.AUTOTAG_TOKEN }}"
with:
strategy: regex
root: "VERSION"
regex_pattern: "(.*)"
tag_prefix: "v"