Skip to content

bump: 1.3.5 → 1.3.6 #11

bump: 1.3.5 → 1.3.6

bump: 1.3.5 → 1.3.6 #11

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 }}"