mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 05:04:17 -05:00
Only distribute F-Droid to Firebase when requested (#1426)
This commit is contained in:
committed by
Álison Fernandes
parent
44c2de692e
commit
96864f6592
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -495,10 +495,11 @@ jobs:
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Install Firebase app distribution plugin
|
||||
if: ${{ github.ref_name == 'main' && inputs.distribute_to_firebase }}
|
||||
run: bundle exec fastlane add_plugin firebase_app_distribution
|
||||
|
||||
- name: Publish release F-Droid artifacts to Firebase
|
||||
if: ${{ github.ref_name == 'main' }}
|
||||
if: ${{ github.ref_name == 'main' && inputs.distribute_to_firebase }}
|
||||
env:
|
||||
APP_FDROID_FIREBASE_CREDS_PATH: ${{ github.workspace }}/secrets/app_fdroid_firebase-creds.json
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user