Skip to content

chore(release): version 1.133.0 #263

chore(release): version 1.133.0

chore(release): version 1.133.0 #263

name: Publish on ExpoGo (PreProd)
# on:
# push:
# branches:
# - 'master'
# paths:
# - 'front/**'
# - '.github/workflows/expo-publish-preprod.yml'
on:
push:
tags:
- v*
workflow_dispatch:
inputs:
tags:
description: "Manual workflow"
concurrency:
group: expo-preproduction
cancel-in-progress: true
jobs:
Publish:
name: Publish PreProd
runs-on: ubuntu-latest
env:
API_URL: https://backoffice-1000jours-preprod.dev.fabrique.social.gouv.fr
CLEAR_STORAGE: false
MATOMO_APPLICATION_ID: 46
MATOMO_ENABLED: true
MATOMO_URL: https://matomo.fabrique.social.gouv.fr/
SENTRY_DSN: https://[email protected]/62
SENTRY_ENABLED: true
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
GOOGLE_MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API_KEY }}
DEEPLINK_DOMAIN: 1000jours.fabrique.social.gouv.fr
DEEPLINK_PATH: app-millejours
NODE_OPTIONS: --max_old_space_size=8192
EPDS_WIDGET_URL: https://nos1000jours-blues-epds-widget.fabrique.social.gouv.fr
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
- uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: Yarn
run: |
cd front
yarn install
yarn publish-preprod