Skip to content

Bump version

Bump version #4

Workflow file for this run

name: Bump version
on:
workflow_dispatch:
workflow_run:
workflows: ["Run tests"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}