Skip to content

Instantly share code, notes, and snippets.

@jonatasdlp
Created July 11, 2020 23:54
Show Gist options
  • Select an option

  • Save jonatasdlp/94a1fa562fca47a623f49f726a6730a0 to your computer and use it in GitHub Desktop.

Select an option

Save jonatasdlp/94a1fa562fca47a623f49f726a6730a0 to your computer and use it in GitHub Desktop.

Revisions

  1. jonatasdlp created this gist Jul 11, 2020.
    21 changes: 21 additions & 0 deletions expo_publish.yml
    Original 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