Skip to content

Commit

Permalink
chore(travis): fix deploy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
stoically committed Nov 29, 2019
1 parent 54d41d5 commit 5e5396a
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 @@ -28,7 +28,7 @@ deploy:
skip_cleanup: true
draft: true
name: $TRAVIS_TAG
condition: $TRAVIS_TAG = *"beta"*
condition: tag =~ beta
on:
tags: true

Expand Down

0 comments on commit 5e5396a

Please sign in to comment.