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

build: bump cyphar/filepath-securejoin from 0.2.3 to 0.2.4 (#122) #23

build: bump cyphar/filepath-securejoin from 0.2.3 to 0.2.4 (#122)

build: bump cyphar/filepath-securejoin from 0.2.3 to 0.2.4 (#122) #23

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"