Skip to content

Commit

Permalink
chore: Setup automatic tag releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sheck committed May 11, 2023
1 parent afdc62b commit b40403e
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 b40403e

Please sign in to comment.