Skip to content

Commit

Permalink
NEW Create workflow (#1)
Browse files Browse the repository at this point in the history
* NEW Create workflow

* MNT Add auto-tag workflow
  • Loading branch information
emteknetnz committed Jun 13, 2022
1 parent 46c2900 commit 1a6a0f4
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Auto-tag
on:
push:
tags:
- '*.*.*'
jobs:
auto-tag:
name: Auto-tag
runs-on: ubuntu-latest
steps:
- name: Auto-tag
uses: silverstripe/gha-auto-tag@main
Loading

0 comments on commit 1a6a0f4

Please sign in to comment.