Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Auto-tag

Auto-tag #3

Workflow file for this run

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