Skip to content

Commit

Permalink
临时ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hui.zhao committed Feb 24, 2020
1 parent bf58807 commit ff725e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ notifications:
- [email protected]

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
Expand Down

0 comments on commit ff725e0

Please sign in to comment.