Skip to content

Now official latest python is 3.12 (e.g. latest image will be with py… #21

Now official latest python is 3.12 (e.g. latest image will be with py…

Now official latest python is 3.12 (e.g. latest image will be with py… #21

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"