Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 964e898

Browse files
committed
fix(ci): correct beta group flag in appstore-release workflow
1 parent ac8134d commit 964e898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/appstore-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
run: |
266266
asc builds add-beta-group \
267267
--build-id "$BUILD_ID" \
268-
--group-id "$BETA_GROUP_ID"
268+
--beta-group-id "$BETA_GROUP_ID"
269269
270270
asc builds update-beta-notes \
271271
--build-id "$BUILD_ID" \

0 commit comments

Comments
 (0)