From 0fb35c2dff8ee15277d3e1c47bb8b32600e3a96a Mon Sep 17 00:00:00 2001 From: Doan Dinh Date: Mon, 9 Oct 2023 10:27:01 +0700 Subject: [PATCH] [#198] Remove test code --- .github/workflows/android_deploy_staging.yml | 1 - bricks/template/__brick__/ios/fastlane/Fastfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/android_deploy_staging.yml b/.github/workflows/android_deploy_staging.yml index 2eea3267..4d72ac76 100644 --- a/.github/workflows/android_deploy_staging.yml +++ b/.github/workflows/android_deploy_staging.yml @@ -4,7 +4,6 @@ on: push: branches: - develop - - chore/198-add-release-note-firebase-deploy jobs: build_and_deploy_android: diff --git a/bricks/template/__brick__/ios/fastlane/Fastfile b/bricks/template/__brick__/ios/fastlane/Fastfile index 71bf3415..fa6162f8 100644 --- a/bricks/template/__brick__/ios/fastlane/Fastfile +++ b/bricks/template/__brick__/ios/fastlane/Fastfile @@ -211,7 +211,7 @@ platform :ios do product_name: options[:product_name], firebase_app_id: options[:firebase_app_id], tester_groups: options[:tester_groups], - notes: "" + notes: ENV["RELEASE_NOTE"] ) end end