Skip to content

Switch to reusable workflow #51

Switch to reusable workflow

Switch to reusable workflow #51

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/versioning/gh_semver.yml@main

Check failure on line 9 in .github/workflows/bump_version.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bump_version.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
secrets:
BP_PAT: ${{ secrets.BP_PAT_TOKEN }}