Skip to content

Commit

Permalink
Allow GitHub releases from all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Feb 1, 2018
1 parent c3e1616 commit 7b8ccbf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ deploy:
api_key: "$GITHUB_TOKEN"
file_glob: true
file: build/*.zip
prerelease: false
prerelease: true
skip_cleanup: true
on:
condition: '"$TRAVIS_TAG" != "" && $NPM_TAG = latest'
all_branches: true
condition: '"$TRAVIS_TAG" != "" && $NPM_TAG = next'
- provider: releases
api_key: "$GITHUB_TOKEN"
file_glob: true
file: build/*.zip
prerelease: true
prerelease: false
skip_cleanup: true
on:
condition: '"$TRAVIS_TAG" != "" && $NPM_TAG = next'
all_branches: true
condition: '"$TRAVIS_TAG" != "" && $NPM_TAG = latest'

0 comments on commit 7b8ccbf

Please sign in to comment.