Skip to content

to trigger release

to trigger release #11

Workflow file for this run

name: Update version
on:
push:
branches:
- main
jobs:
update-version:
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: manticoresoftware/semver-tagger-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}