Skip to content

Update to snakebids v0.12.x #74

Update to snakebids v0.12.x

Update to snakebids v0.12.x #74

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@v0.3.5
secrets:
BP_PAT: ${{ secrets.BP_PAT_TOKEN }}