Skip to content

Update actions workflows to v0.3.1 #27

Update actions workflows to v0.3.1

Update actions workflows to v0.3.1 #27

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