Skip to content

Commit

Permalink
Add release tags workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Jul 13, 2024
1 parent 8bfbc91 commit 1df2dd1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: release-tags
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
jobs:
release-tags:
uses: fish-shop/workflows/.github/workflows/release-tags.yml@f4dbe1b37c560fa9fb5abbac779829ecc86b7fe4 # v1.4.0

0 comments on commit 1df2dd1

Please sign in to comment.