Skip to content

chore: bump version 4.11.0 #44

chore: bump version 4.11.0

chore: bump version 4.11.0 #44

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@v4
- uses: butlerlogic/[email protected]
with:
root: "./conf.d/pure.fish"
regex_pattern: "pure_version\\s(?<version>(\\d+(\\.)?){3})"
tag_prefix: "v"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"