mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
Change directory to proper place before exp publish
This commit is contained in:
parent
fff7ef49c5
commit
b7f8ea9bae
@ -21,7 +21,7 @@ jobs:
|
|||||||
|
|
||||||
# deploy expo playground demo
|
# deploy expo playground demo
|
||||||
exp login -u "$EXPO_USERNAME" -p "$EXPO_PASSWORD"
|
exp login -u "$EXPO_USERNAME" -p "$EXPO_PASSWORD"
|
||||||
cd examples/ExpoNavigationPlayground && yarn && exp publish
|
cd examples/NavigationPlayground && yarn && exp publish
|
||||||
fi
|
fi
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: v2-react-navigation-{{ .Branch }} # generate cache per branch
|
key: v2-react-navigation-{{ .Branch }} # generate cache per branch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user