Metadata for app store releases #44

Merged
remoll merged 11 commits from frontend/release-metadata into main 2025-04-20 21:43:08 +00:00
Showing only changes of commit a22b7183b3 - Show all commits

View File

@ -58,9 +58,9 @@ jobs:
- name: Install dependencies and clean up - name: Install dependencies and clean up
run: | run: |
flutter pub get flutter pub get
bundle exec pod install bundle exec pod install --allow-root
flutter clean flutter clean
bundle exec pod cache clean --all bundle exec pod cache clean --all --allow-root
- name: Setup SSH key for match git repo - name: Setup SSH key for match git repo
# and mark the host as known # and mark the host as known