Skip to content

L-168 Autotag new versions (#4) #9

L-168 Autotag new versions (#4)

L-168 Autotag new versions (#4) #9

Workflow file for this run

name: Autotag
on:
push:
branches: main
jobs:
tag:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Tag new version
uses: phish108/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN}}
bump: minor
with-v: true
release-branch: main