Skip to content

prerelease: false

prerelease: false #6

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
prerelease: false
dry-run: true # remove when ready