Skip to content

Feature/dei 176 automated container publish to ghcr #68

Feature/dei 176 automated container publish to ghcr

Feature/dei 176 automated container publish to ghcr #68

Workflow file for this run

# Bump a patch version with poetry when a pull requst is merged
name: bump patch version using poetry
on:
pull_request_target:
types:
- closed
branches:
- main
jobs:
bump-up-version:
if: github.event.pull_request.merged == true
secrets: inherit
uses: ./.github/workflows/version_upgrade.yml
with:
release_type: patch