Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hakana authored Mar 17, 2020
1 parent ef2761a commit 38bda68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ before_deploy:
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
tag_name: $TRAVIS_TAG
name: $TRAVIS_TAG
file: shelly4hass.zip
skip_cleanup: true
draft: true
prerelease: true
on:
tags: true
condition: "$TRAVIS_TAG =~ ^\d\.\d\.\d(-beta\.\d)?$"
condition: $TRAVIS_TAG =~ ^\d\.\d\.\d(-beta\.\d)?$

0 comments on commit 38bda68

Please sign in to comment.