Skip to content

Commit 45899cb

Browse files
committed
MNT Add auto-tag workflow
1 parent 84534e4 commit 45899cb

File tree

3 files changed

+239
-149
lines changed

3 files changed

+239
-149
lines changed

.github/workflows/auto-tag.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Auto-tag
2+
on:
3+
push:
4+
tags:
5+
- '*.*.*'
6+
jobs:
7+
auto-tag:
8+
name: Auto-tag
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Auto-tag
12+
uses: silverstripe/gha-auto-tag@main

0 commit comments

Comments
 (0)