Skip to content

feat: add tab id in system.xml (#3) #4

feat: add tab id in system.xml (#3)

feat: add tab id in system.xml (#3) #4

Workflow file for this run

name: Create Tag
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: butlerlogic/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
regex_pattern: '"version": "([0-9\.]{5}([-\+][\w\.0-9]+)?)"'
root: "composer.json"
tag_prefix: "v"