Skip to content

Try to cleanup extra space to stop images failing #32

Try to cleanup extra space to stop images failing

Try to cleanup extra space to stop images failing #32

Workflow file for this run

name: Create Tag
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: butlerlogic/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}"
with:
strategy: regex
regex_pattern: '\s*\[?.*release\]?: "?.*(\d{4}\.\d{1,2}\.\d+).*"?'
root: ".github/workflows/gh-ci.yaml"