Created
July 11, 2020 23:54
-
-
Save jonatasdlp/94a1fa562fca47a623f49f726a6730a0 to your computer and use it in GitHub Desktop.
Revisions
-
jonatasdlp created this gist
Jul 11, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ name: Expo Publish on: push: branches: - master jobs: publish: name: Install and publish runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 12.x - uses: expo/expo-github-action@v5 with: expo-version: 3.x expo-username: ${{ secrets.EXPO_CLI_USERNAME }} expo-password: ${{ secrets.EXPO_CLI_PASSWORD }} - run: yarn install - run: expo publish