Add job to publish release with APK to Github

This commit is contained in:
Aurelien 2020-06-04 15:26:14 +00:00
parent 08cb1690d0
commit c4acdc2609
1 changed files with 12 additions and 0 deletions

View File

@ -144,3 +144,15 @@ release-publish-github-tags:
RELEASE_SYNC_TO_BRANCH: 'release'
RELEASE_SYNC_FROM_BRANCH: 'release'
extends: .release-sync-tags-shared
publish-github:
stage: bot-release
needs:
- job: build prerelease
artifacts: true
variables:
RELEASE_APP: android-mail
RELEASE_GITHUB_REPOSITORY: ProtonMail/proton-mail-android
extends: .release-make-release