Skip to content

Hotfix for calling workflows from top-level #53

Hotfix for calling workflows from top-level

Hotfix for calling workflows from top-level #53

Workflow file for this run

---
name: Bump version
on:
pull_request_target:
types: [closed]
jobs:
bump-version:
if: github.event.pull_request.merged == true
uses: khanlab/actions/.github/workflows/workflow-version_task-semverGithub.yml@main
secrets:
BP_PAT: ${{ secrets.BP_PAT_TOKEN }}