Skip to content

Commit

Permalink
ci: Change deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkray committed Sep 23, 2024
1 parent aa0a0b9 commit d891056
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/bank-sdk.publish.example.app.firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,5 @@ jobs:
uses: nickwph/firebase-app-distribution-action@v1
with:
file: GiniBankSDKExample.ipa
app: 1:1008447554665:ios:c5c2362ee87d0bd605cef8
app: "1:1008447554665:ios:c5c2362ee87d0bd605cef8"
credentials: ${{ secrets.FIREBASE_CREDENTIAL_FILE_CONTENT }}
release-notes: "" # Optional
release-notes-file: "" # Optional
testers: "testers" # Optional
testers-file: "" # Optional
groups: "" # Optional
groups-file: "" # Optional
debug: false # Optional: Default false. A flag you can include to print verbose log output.
cache: true # Optional: Default true. Whether to cache the firebase tools for next job, keeping this "true" will speed up the build.
upgrade: true # Optional: Default true. Whether to attempt to upgrade firebase tools when cache is "true", turning this "false" will speed up the build.

0 comments on commit d891056

Please sign in to comment.