Skip to content

Bump version

Bump version #2

Workflow file for this run

name: Bump version
on:
workflow_dispatch:
workflow_run:
workflows: ["Run tests"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
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 }}