Skip to content

Commit

Permalink
Build: specify release name and prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
alewitt2 committed Mar 24, 2020
1 parent d933609 commit 6ab51b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ deploy:
- /tmp/razeedash-all-in-one.yaml
- /tmp/razeedash.yaml
skip_cleanup: true
draft: true
api_key:
secure: "${GITHUB_TOKEN}"
prerelease: true
api_key: "${GITHUB_TOKEN}"
name: "${TRAVIS_TAG}"
on:
tags: true
condition: ${TRAVIS_TAG} =~ ^[0-9]+\.[0-9]+\.[0-9]+_[0-9]{3}$
Expand All @@ -28,8 +28,8 @@ deploy:
- /tmp/razeedash-all-in-one.yaml
- /tmp/razeedash.yaml
skip_cleanup: true
api_key:
secure: "${GITHUB_TOKEN}"
api_key: "${GITHUB_TOKEN}"
name: "${TRAVIS_TAG}"
on:
tags: true
condition: ${TRAVIS_TAG} =~ ^[0-9]+\.[0-9]+\.[0-9]+$

0 comments on commit 6ab51b5

Please sign in to comment.