1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Correct typo

This commit is contained in:
Zhiyuan Zheng
2021-02-11 01:42:26 +01:00
parent d1bddc696a
commit 9979d0e9e0

View File

@ -20,7 +20,7 @@ jobs:
expo-username: ${{ secrets.EXPO_USERNAME }} expo-username: ${{ secrets.EXPO_USERNAME }}
expo-token: ${{ secrets.EXPO_TOKEN }} expo-token: ${{ secrets.EXPO_TOKEN }}
- name: -- Step 4 -- Install node dependencies - name: -- Step 4 -- Install node dependencies
run: npx pod-install run: yarn install
- name: -- Step 5 -- Install ruby dependencies - name: -- Step 5 -- Install ruby dependencies
run: bundle install run: bundle install
- name: -- Step 6 -- Run fastlane - name: -- Step 6 -- Run fastlane