Skip to content

Merge branch 'main' into ph/autotag #5

Merge branch 'main' into ph/autotag

Merge branch 'main' into ph/autotag #5

Workflow file for this run

name: Autotag
on: [push]
#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
dry-run: true # remove when ready