Skip to content

Commit

Permalink
chore: update release workflow regex
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Jul 4, 2024
1 parent f8c390f commit 654d181
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ name: Release
on:
push:
tags:
# SemVer regex taken from https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
# Added option to start with a v for cases like v0.0.1
- "[0-9]+.[0-9]+.[0-9]+-rc[0-9]*"
- "[0-9]+.[0-9]+.[0-9]+-alpha[0-9]*"
- "[0-9]+.[0-9]+.[0-9]+-beta[0-9]*"
- "[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]*"
- "v[0-9]+.[0-9]+.[0-9]+-alpha[0-9]*"
- "v[0-9]+.[0-9]+.[0-9]+-beta[0-9]*"
- "v[0-9]+.[0-9]+.[0-9]+"

permissions:
Expand Down

0 comments on commit 654d181

Please sign in to comment.