Skip to content

FIX Allow patch tag workflow to be dispatched correctly. (#146) #83

FIX Allow patch tag workflow to be dispatched correctly. (#146)

FIX Allow patch tag workflow to be dispatched correctly. (#146) #83

Workflow file for this run

name: Auto-tag
on:
push:
tags:
- '*.*.*'
workflow_dispatch:
permissions: {}
jobs:
auto-tag:
name: Auto-tag
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Auto-tag
uses: silverstripe/gha-auto-tag@v1