Skip to content

chore: bump version 4.7.1 #28

chore: bump version 4.7.1

chore: bump version 4.7.1 #28

name: Add version tag
on:
push:
branches:
- master
paths:
- conf.d/pure.fish
jobs:
add-version-tag:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- uses: butlerlogic/action-autotag@stable
with:
root: "./conf.d/pure.fish"
regex_pattern: "pure_version\\s(?<version>(\\d+(\\.)?){3})"
tag_prefix: "v"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"