Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/publish-each-pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Expo Review
name: Expo Preview
on: [pull_request]

jobs:
publish:
name: Install and publish
Expand All @@ -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:
Expand All @@ -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 }}).
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 }})<br><br><img src="https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=exp://exp.host/@react-native-paper/react-native-paper-example?release-channel=pr-${{ github.event.number }}" height="200px" width="200px">.