Remove broken Amazon App Store production deploy (#4455)

* Remove broken Amazon App Store production deploy

* Tweak F-Droid comment
This commit is contained in:
Joris Pelgröm 2024-06-14 19:04:57 +02:00 committed by GitHub
parent 80429ca362
commit d516018dc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 11 deletions

View file

@ -30,10 +30,3 @@ jobs:
- name: Promote Beta to Production Play Store
run: bundle exec fastlane promote_to_production
- name: Send to Production Amazon App Store
run: bundle exec fastlane submit_amazon
env:
AMAZON_APPSTORE_CLIENT_ID: ${{ secrets.AMAZON_APPSTORE_CLIENT_ID }}
AMAZON_APPSTORE_CLIENT_SECRET: ${{ secrets.AMAZON_APPSTORE_CLIENT_SECRET }}
AMAZON_APPSTORE_APP_ID: ${{ secrets.AMAZON_APPSTORE_APP_ID }}

View file

@ -77,7 +77,8 @@ The project currently uses [lokalise](https://lokalise.com/public/145814835dd655
## Generating a release to production
* Go to the latest Pre-Release and edit it
* Delete the body of the release, select the last full release tag and auto generate the release notes
* Uncheck the Pre-Release box and click update release
* This should cause the `Play Publish Production` Workflow to execute and should handle the rest
* Go to the latest Pre-release and edit it
* Uncheck the Pre-release box, check the Latest release box, and click Update release
* This should cause the `Play Publish Production` Workflow to execute and should handle the rest for Google Play
* Some platforms, such as the Amazon App Store, need to be updated manually
* F-Droid uses the `version_code.txt` file of the latest release to detect a new production release and build it themselves, this may take some time