Skip to content

Bump version

Bump version #87

Workflow file for this run

name: Bump version
on:
workflow_run:
workflows: ["CI.build-test-lint"]
branches:
- master
- main
types:
- completed
jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# check https://github.com/marketplace/actions/github-tag for creating auto-releases