Skip to content

Commit

Permalink
chore(build): release when tags matching version-[0-9]+.[0-9]+.[0-9]+ (
Browse files Browse the repository at this point in the history
…#945)

Co-authored-by: Cameron Motevasselani <cameron@armory.io>
  • Loading branch information
link108 and Cameron Motevasselani authored Jun 29, 2021
1 parent abe2be2 commit 22106ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
- "version-[0-9]+.[0-9]+.[0-9]+"

env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx2g -Xms2g
Expand Down

0 comments on commit 22106ca

Please sign in to comment.