We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2a87a commit 3ecc96bCopy full SHA for 3ecc96b
.travis.yml
@@ -69,9 +69,9 @@ deploy:
69
provider: releases
70
api-key: $GITHUB_API_KEY
71
file: $TRAVIS_BUILD_DIR/app/build/outputs/apk/release/app-release.apk
72
- name: dev-build-$TRAVIS_TAG
+ name: $TRAVIS_TAG
73
body: Automatic build of $TRAVIS_BRANCH ($TRAVIS_COMMIT) built by Travis CI on $(date +'%F %T %Z').
74
- prerelease: true
+ prerelease: false
75
overwrite: true
76
target_commitish: $TRAVIS_COMMIT
77
on:
0 commit comments