Skip to content

fix release-branch

fix release-branch #8

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
release-branch: main,autotag # remove autotag when ready
dry-run: true # remove when ready