Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

[Snyk] Security upgrade expo from 44.0.6 to 50.0.0 #1197

[Snyk] Security upgrade expo from 44.0.6 to 50.0.0

[Snyk] Security upgrade expo from 44.0.6 to 50.0.0 #1197

Workflow file for this run

name: Expo Review
on: [pull_request]
jobs:
publish:
name: Install and publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 14.x
cache: yarn
- uses: expo/[email protected]
with:
expo-version: 4.x
token: ${{ secrets.EXPO_TOKEN }}
expo-cache: true
- run: yarn
- run: expo publish --release-channel=pr-${{ github.event.number }}
- uses: unsplash/comment-on-pr@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
msg: App is ready for review, you can [see it here](https://expo.io/@filiptronicek/iclip?release-channel=pr-${{ github.event.number }}).