diff --git a/.github/workflows/publish-each-pr.yml b/.github/workflows/publish-each-pr.yml index 21d92305fe..052c2b47a4 100644 --- a/.github/workflows/publish-each-pr.yml +++ b/.github/workflows/publish-each-pr.yml @@ -1,5 +1,6 @@ -name: Expo Review +name: Expo Preview on: [pull_request] + jobs: publish: name: Install and publish @@ -24,7 +25,7 @@ jobs: - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - + - name: Check yarn cache uses: actions/cache@v1 with: @@ -45,4 +46,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - msg: The mobile version of example app from this branch is ready! You can [see it here](https://expo.io/@react-native-paper/react-native-paper-example?release-channel=pr-${{ github.event.number }}). \ No newline at end of file + msg: The mobile version of example app from this branch is ready! You can [see it here](https://expo.io/@react-native-paper/react-native-paper-example?release-channel=pr-${{ github.event.number }})

.