Skip to content

Commit

Permalink
regex for glibc package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Shinn committed Feb 7, 2016
1 parent 70f59ba commit 69afece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test:

deployment:
release:
tag: /v[0-9]+(\.[0-9]+)*/
tag: /[0-9]+(\.[0-9]+){1,2}(\-r\d+)?$/
owner: andyshinn
commands:
- ghr -u andyshinn $CIRCLE_TAG packages/
Expand Down

0 comments on commit 69afece

Please sign in to comment.