mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +03:00
Only publish to Google Play if master branch (#848)
This commit is contained in:
parent
84a6d1db71
commit
e3e07b6bfe
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ on_success:
|
|||
npm run deploy
|
||||
fi
|
||||
- ps: |
|
||||
if($isWindows -and $env:PLAY_DEC_SECRET) {
|
||||
if($isWindows -and $env:PLAY_DEC_SECRET -and $env:APPVEYOR_REPO_BRANCH -eq 'master') {
|
||||
secure-file\tools\secure-file -decrypt store\google\Publisher\play_creds.json.enc -secret $env:PLAY_DEC_SECRET
|
||||
cd store\google\Publisher\bin\Release\netcoreapp2.0
|
||||
dotnet Publisher.dll `
|
||||
|
|
Loading…
Reference in a new issue