Skip to content

Commit

Permalink
[#198] Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
doannimble committed Oct 27, 2023
1 parent 09abb81 commit 0fb35c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android_deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- develop
- chore/198-add-release-note-firebase-deploy

jobs:
build_and_deploy_android:
Expand Down
2 changes: 1 addition & 1 deletion bricks/template/__brick__/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0fb35c2

Please sign in to comment.