Skip to content

ENH Dispatch patch tag workflow instead of running directly (#139) #82

ENH Dispatch patch tag workflow instead of running directly (#139)

ENH Dispatch patch tag workflow instead of running directly (#139) #82

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