Skip to content

ENH Use v2 of the tag-release action (#20) #5

ENH Use v2 of the tag-release action (#20)

ENH Use v2 of the tag-release action (#20) #5

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