Skip to content

Commit

Permalink
Update expo-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michalziolkowski committed Nov 17, 2024
1 parent dfbb3c4 commit f4451fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/expo-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
- name: Trigger EAS update and capture manifest URLs
working-directory: testing/expo-storybook-8
run: |
echo "EXPO_UPDATE_JSON=$(eas update --channel 'development' --message 'Expo Update' --json --non-interactive | jq -c .)" >> $GITHUB_ENV
EXPO_UPDATE_JSON=$(eas update --channel 'development' --message 'Expo Update' --json --non-interactive | jq -c '.')
echo "EXPO_UPDATE_JSON=$EXPO_UPDATE_JSON" >> $GITHUB_ENV
- name: Run sherlo expo-updates (with native builds)
if: inputs.with_builds == true
Expand Down

0 comments on commit f4451fe

Please sign in to comment.