From 6ab51b5709c9ffc5b563b3172e02b8ee2a0e52e7 Mon Sep 17 00:00:00 2001 From: Alex Lewitt <48691328+alewitt2@users.noreply.github.com> Date: Tue, 24 Mar 2020 11:30:04 -0400 Subject: [PATCH] Build: specify release name and prerelease --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 34e3386..82d1a00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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}$ @@ -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]+$