Skip to content

Update bump_version.yml #47

Update bump_version.yml

Update bump_version.yml #47

Workflow file for this run

name: bump patch version using poetry
on:
pull_request_target:
types:
- closed
branches:
- main
push:
workflow_dispatch:
env:
RELEASE_TYPE: patch
jobs:
bump-up-version:
# if: github.event.pull_request.merged == true
uses: ./.github/workflows/version_upgrade.yml