Skip to content

Commit

Permalink
set travis tag to semantic version name
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed May 14, 2019
1 parent 834c8cb commit eabd695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
on:
all_branches: true
tags: true
condition: $TRAVIS_TAG =~ ^staging-\d{4}-[01][1-9]-[0123]\d.\d+.\b[0-9a-f]{5,40}\b$
condition: $TRAVIS_TAG =~ ^v\d+.\d+.\d+$
notifications:
email:
on_success: never
Expand Down

0 comments on commit eabd695

Please sign in to comment.