Skip to content

Merge pull request #513 from Project-Plants-App/feature/batch-auto-wa… #694

Merge pull request #513 from Project-Plants-App/feature/batch-auto-wa…

Merge pull request #513 from Project-Plants-App/feature/batch-auto-wa… #694

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Project-Env/[email protected]
- run: |
npm ci
- if: github.ref == 'refs/heads/main'
run: |
npx expo-cli publish --non-interactive
env:
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
SENTRY_TOKEN: ${{ secrets.SENTRY_TOKEN }}