Skip to content

Commit b9a8211

Browse files
committed
case sensitive products
1 parent 8b82907 commit b9a8211

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.github/workflows/prerelease.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -258,25 +258,25 @@ jobs:
258258
strategy:
259259
matrix:
260260
include:
261-
- product: Performance
261+
- product: performance
262262
run_tests: true
263-
- product: Storage
263+
- product: storage
264264
run_tests: true
265-
- product: Config
265+
- product: config
266266
run_tests: true
267-
- product: Messaging
267+
- product: messaging
268268
run_tests: false
269-
- product: InAppMessaging
269+
- product: inappMessaging
270270
run_tests: true
271-
- product: Firestore
271+
- product: firestore
272272
run_tests: false
273-
- product: Database
273+
- product: database
274274
run_tests: false
275-
- product: Authentication
275+
- product: authentication
276276
run_tests: false
277-
- product: Crashlytics
277+
- product: crashlytics
278278
run_tests: true
279-
- product: ABTesting
279+
- product: abtesting
280280
run_tests: true
281281
env:
282282
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -161,25 +161,25 @@ jobs:
161161
strategy:
162162
matrix:
163163
include:
164-
- product: Performance
164+
- product: performance
165165
run_tests: true
166-
- product: Storage
166+
- product: storage
167167
run_tests: true
168-
- product: Config
168+
- product: config
169169
run_tests: true
170-
- product: Messaging
170+
- product: messaging
171171
run_tests: false
172-
- product: InAppMessaging
172+
- product: inappMessaging
173173
run_tests: true
174-
- product: Firestore
174+
- product: firestore
175175
run_tests: false
176-
- product: Database
176+
- product: database
177177
run_tests: false
178-
- product: Authentication
178+
- product: authentication
179179
run_tests: false
180-
- product: Crashlytics
180+
- product: crashlytics
181181
run_tests: true
182-
- product: ABTesting
182+
- product: abtesting
183183
run_tests: true
184184
env:
185185
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}

0 commit comments

Comments
 (0)