Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
DO-48 :amublance: Fix filter issue (can't use regex)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kravetz committed Jan 23, 2020
1 parent 22855af commit 2b1636f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Package release

on:
push:
tags: # https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
- '^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
main:
Expand Down

0 comments on commit 2b1636f

Please sign in to comment.