Skip to content

Commit

Permalink
fix: publish develop url
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jan 27, 2023
1 parent c282c93 commit cbe3800
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/expo-publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
expo-password: ${{ secrets.EXPO_CLI_PASSWORD }}

- id: env
run: |
echo "branch=$(npx kontinuous config gitBranch)" >> $GITHUB_OUTPUT
echo "subdomain=$(npx kontinuous slug-subdomain backoffice)" >> $GITHUB_OUTPUT
uses: socialgouv/kontinuous/.github/actions/env@v1
with:
subdomain: backoffice

- name: Yarn
run: |
Expand All @@ -59,5 +59,5 @@ jobs:
yarn install
expo publish --release-channel ${{ steps.env.outputs.branch }}
env:
API_URL: "https://${{ steps.env.outputs.subdomain }}.dev.fabrique.social.gouv.fr"
API_URL: "https://${{ steps.env.outputs.subdomain_backoffice }}.dev.fabrique.social.gouv.fr"
BRANCH_NAME: ${{ steps.env.outputs.branch }}

0 comments on commit cbe3800

Please sign in to comment.