Skip to content

Commit

Permalink
fix: Added the condition to check the tag regex (twilio#279)
Browse files Browse the repository at this point in the history
Co-authored-by: ravali.rimmalapudi <lakshmiravali.rimmalapudi@gmail.com>
  • Loading branch information
ravali-rimmalapudi and lakshmiravalir committed Aug 6, 2021
1 parent e1b5339 commit ce87562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ deploy:
skip_cleanup: true
on:
tags: true
condition: $TRAVIS_TAG =~ ^[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+$
node: lts/*
- provider: npm
skip_cleanup: true
Expand All @@ -25,6 +26,7 @@ deploy:
api_key: "$NPM_TOKEN"
on:
tags: true
condition: $TRAVIS_TAG =~ ^[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+$
node: lts/*
notifications:
slack:
Expand Down

0 comments on commit ce87562

Please sign in to comment.