diff --git a/.github/workflows/android_deploy_staging.yml b/.github/workflows/android_deploy_staging.yml index 691c817b..dff12e13 100644 --- a/.github/workflows/android_deploy_staging.yml +++ b/.github/workflows/android_deploy_staging.yml @@ -4,6 +4,7 @@ on: push: branches: - develop + - chore/198-add-release-note-firebase-deploy jobs: build_and_deploy_android: diff --git a/.github/workflows/ios_deploy_staging_to_firebase.yml b/.github/workflows/ios_deploy_staging_to_firebase.yml index 6ec4ce8a..6349dd44 100644 --- a/.github/workflows/ios_deploy_staging_to_firebase.yml +++ b/.github/workflows/ios_deploy_staging_to_firebase.yml @@ -4,6 +4,7 @@ on: push: branches: - develop + - chore/198-add-release-note-firebase-deploy jobs: build_and_upload_staging_app_to_firebase: diff --git a/bricks/template/__brick__/.github/workflows/android_deploy_production.yml b/bricks/template/__brick__/.github/workflows/android_deploy_production.yml index b561b3c2..43d521fd 100644 --- a/bricks/template/__brick__/.github/workflows/android_deploy_production.yml +++ b/bricks/template/__brick__/.github/workflows/android_deploy_production.yml @@ -54,5 +54,5 @@ jobs: appId: ${{#mustacheCase}}vars.FIREBASE_ANDROID_APP_ID{{/mustacheCase}} serviceCredentialsFileContent: ${{#mustacheCase}}secrets.FIREBASE_DISTRIBUTION_CREDENTIAL_JSON{{/mustacheCase}} groups: ${{#mustacheCase}}vars.FIREBASE_DISTRIBUTION_TESTER_GROUPS{{/mustacheCase}} - releaseNotes: ${{#mustacheCase}} steps.generate-release-notes.outputs.RELEASE_NOTE_CONTENT {{/mustacheCase}} + releaseNotes: ${{#mustacheCase}}steps.generate-release-notes.outputs.RELEASE_NOTE_CONTENT{{/mustacheCase}} file: build/app/outputs/flutter-apk/app-production-debug.apk diff --git a/bricks/template/__brick__/.github/workflows/android_deploy_staging.yml b/bricks/template/__brick__/.github/workflows/android_deploy_staging.yml index 11f7533d..638dd00a 100644 --- a/bricks/template/__brick__/.github/workflows/android_deploy_staging.yml +++ b/bricks/template/__brick__/.github/workflows/android_deploy_staging.yml @@ -54,5 +54,5 @@ jobs: appId: ${{#mustacheCase}}vars.FIREBASE_ANDROID_APP_ID{{/mustacheCase}} serviceCredentialsFileContent: ${{#mustacheCase}}secrets.FIREBASE_DISTRIBUTION_CREDENTIAL_JSON{{/mustacheCase}} groups: ${{#mustacheCase}}vars.FIREBASE_DISTRIBUTION_TESTER_GROUPS{{/mustacheCase}} - releaseNotes: ${{#mustacheCase}} steps.generate-release-notes.outputs.RELEASE_NOTE_CONTENT {{/mustacheCase}} + releaseNotes: ${{#mustacheCase}}steps.generate-release-notes.outputs.RELEASE_NOTE_CONTENT{{/mustacheCase}} file: build/app/outputs/flutter-apk/app-staging-debug.apk