Skip to content

Commit fbcd042

Browse files
authored
Fix nightly prerelease failure (#8368)
1 parent df0718f commit fbcd042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ jobs:
120120
- name: Install Secret FIREGSignInInfo.h
121121
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
122122
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
123+
- name: Test swift quickstart
123124
env:
124125
LEGACY: true
125-
- name: Test swift quickstart
126126
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh ABTesting)
127127
- name: Remove data before upload
128128
env:

0 commit comments

Comments
 (0)