Fix beta release changelog
This commit is contained in:
parent
72414afe5e
commit
a41abb8274
|
@ -61,12 +61,19 @@ jobs:
|
|||
ci/update-certs.sh mac development
|
||||
ci/update-certs.sh ios development
|
||||
- name: Build (macOS)
|
||||
run: ci/beta-archive.sh mac
|
||||
run: |
|
||||
ci/beta-archive.sh mac
|
||||
- name: Clean up
|
||||
run: scripts/reset-archive.sh
|
||||
run: |
|
||||
scripts/reset-archive.sh
|
||||
- name: Build (iOS)
|
||||
run: ci/beta-archive.sh ios
|
||||
run: |
|
||||
ci/beta-archive.sh ios
|
||||
- name: Send to App Store (macOS)
|
||||
run: ci/store-deploy.sh mac
|
||||
run: |
|
||||
ci/set-build-changelog.sh mac
|
||||
ci/store-deploy.sh mac
|
||||
- name: Submit to TestFlight (iOS)
|
||||
run: ci/beta-deploy.sh ios
|
||||
run: |
|
||||
ci/set-build-changelog.sh ios
|
||||
ci/beta-deploy.sh ios
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3314ac03b3649ed93a4298e09451457a2029aa89
|
||||
Subproject commit 0d2a83844998c38ed44a6850a2477978881263ca
|
Loading…
Reference in New Issue