Skip to content

Commit 482dbcf

Browse files
committed
Uncomment iOS beta release step in CD workflow to re-enable deployment.
1 parent d4bf2b1 commit 482dbcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
109109
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
110110
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: '120'
111-
run: echo skip # bundle exec fastlane beta
111+
run: bundle exec fastlane beta
112112

113113
- name: Upload dSYMs
114114
# Needed to symbolicate crash reports pulled off a device from Linux with

0 commit comments

Comments
 (0)