microdata_mirror/.github/workflows/version.yml

21 lines
411 B
YAML

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/github-tag-action@v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}