Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update expo-update.yml
Browse files Browse the repository at this point in the history
michalziolkowski committed Nov 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 17fdb5d commit 6d050e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/expo-update.yml
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ jobs:
working-directory: testing/expo-storybook-8
run: |
EXPO_UPDATE_JSON=$(eas update --channel "development" --message "Expo Update ${GITHUB_SHA}" --json --non-interactive)
echo "EXPO_UPDATE_JSON=$(eas update --channel "development" --message "Expo Update ${GITHUB_SHA}" --json --non-interactive)" >> $GITHUB_ENV
echo "EXPO_UPDATE_JSON='$(eas update --channel "development" --message "Expo Update ${GITHUB_SHA}" --json --non-interactive)'" >> $GITHUB_ENV
echo "ANDROID_EXPO_UPDATE_URL=$(echo "$EXPO_UPDATE_JSON" | jq -r '.[] | select(.platform == "android") | .manifestPermalink')" >> $GITHUB_ENV
echo "IOS_EXPO_UPDATE_URL=$(echo "$EXPO_UPDATE_JSON" | jq -r '.[] | select(.platform == "ios") | .manifestPermalink')" >> $GITHUB_ENV

0 comments on commit 6d050e9

Please sign in to comment.