Skip to content

Commit

Permalink
Hopefully CI is not drunk
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 committed Sep 16, 2024
1 parent d155081 commit e709165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: 🧩 Patch AndroidManifest
run: |
sed -i '/<meta-data android:name="com.google.firebase.messaging.default_notification_channel_id"/ s/>$/ tools:replace="android:value"\/>/' "android/app/src/main/AndroidManifest.xml"
sed -i 's/android:name="com.google.firebase.messaging.default_notification_channel_id"/android:name="com.google.firebase.messaging.default_channel_id"/' "android/app/src/main/AndroidManifest.xml"
cat android/app/src/main/AndroidManifest.xml
- name: 🚀 Build
Expand Down

0 comments on commit e709165

Please sign in to comment.