Skip to content

Commit

Permalink
Merge pull request #27 from planningcenter/ns/releasetagger
Browse files Browse the repository at this point in the history
chore: Setup automatic tag releases
  • Loading branch information
sheck committed May 11, 2023
2 parents afdc62b + b40403e commit 4e0cef3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release-tagger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Release Tagger

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
release-tagger:
uses: planningcenter/balto-utils/.github/workflows/release-tagger.yml@v1

0 comments on commit 4e0cef3

Please sign in to comment.