Skip to content

build(deps-dev): bump pytest from 7.4.3 to 7.4.4 (#65) #15

build(deps-dev): bump pytest from 7.4.3 to 7.4.4 (#65)

build(deps-dev): bump pytest from 7.4.3 to 7.4.4 (#65) #15

name: Bump Version and Create Release
on:
push:
branches:
- main
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 }}"