Skip to content

build(deps-dev): bump pytest from 8.3.2 to 8.3.3 (#113) #77

build(deps-dev): bump pytest from 8.3.2 to 8.3.3 (#113)

build(deps-dev): bump pytest from 8.3.2 to 8.3.3 (#113) #77

name: Bump Version and Create Release
on:
push:
branches:
- main
concurrency:
group: tag-and-release-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
if: "!startsWith(github.event.head_commit.message, 'bump:')"
# Don't run 'bump:'
uses: prosegrinder/.github/.github/workflows/poetry-release.yaml@main
secrets:
VERSION_BUMP_TAG_TOKEN: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}"