From ff725e09a11e5dff7ada05988b3f748094a03382 Mon Sep 17 00:00:00 2001 From: "hui.zhao" Date: Mon, 24 Feb 2020 19:17:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e59984f..7c17443f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,13 +35,13 @@ notifications: - tech@hikyson.cn before_deploy: - - ./gradlew generateChangelogOfNewVersion && export CHANGELOG_OF_NEW_VERSION=$(cat CHANGELOG_NEW_VERSION.tmp) + - ./gradlew generateChangelogOfNewVersion deploy: - provider: releases api_key: $GITHUB_TOKEN file: "./android-godeye-sample/build/outputs/apk/release/android-godeye-sample-release.apk" - body: $CHANGELOG_OF_NEW_VERSION + release_notes_file: "CHANGELOG_NEW_VERSION.tmp" skip_cleanup: true on: tags: true