We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d72dbd commit 2640e77Copy full SHA for 2640e77
.github/workflows/publish.yml
@@ -13,16 +13,16 @@ jobs:
13
14
- name: Setup Node.js
15
uses: actions/setup-node@v1
16
- with:
17
- node-version: 12.x
+ with:
+ node-version: 12.x
18
19
- name: Setup Expo
20
uses: expo/expo-github-action@v5
21
22
- expo-version: 3.x
23
- expo-username: ${{ secrets.EXPO_CLI_USERNAME }}
24
- expo-password: ${{ secrets.EXPO_CLI_PASSWORD }}
25
- expo-cache: true
+ expo-version: 3.x
+ expo-username: ${{ secrets.EXPO_CLI_USERNAME }}
+ expo-password: ${{ secrets.EXPO_CLI_PASSWORD }}
+ expo-cache: true
26
27
- name: Install dependencies
28
run: yarn bootstrap
0 commit comments