Skip to content

Commit 1705920

Browse files
authored
chore: fix sample app groups action typo (#487)
1 parent 0581cec commit 1705920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_build_sample_apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
# Append distribution groups based on branch and context if the app is primary
5757
if [[ "$IS_PRIMARY_APP" == "true" ]]; then
5858
[[ "$CURRENT_BRANCH" == "refs/heads/feature/"* ]] && distribution_groups+=("$FEATURE_BUILDS_GROUP")
59-
[[ "$CURRENT_BRANCH" == "refs/heads/main" ]] && distribution_groups+=("NEXT_BUILDS_GROUP")
60-
[[ "$USE_LATEST_SDK_VERSION" == "true" ]] && distribution_groups+=("PUBLIC_BUILDS_GROUP")
59+
[[ "$CURRENT_BRANCH" == "refs/heads/main" ]] && distribution_groups+=("$NEXT_BUILDS_GROUP")
60+
[[ "$USE_LATEST_SDK_VERSION" == "true" ]] && distribution_groups+=("$PUBLIC_BUILDS_GROUP")
6161
fi
6262
6363
# Export the groups as an environment variable

0 commit comments

Comments
 (0)