Skip to content

Commit

Permalink
updates api URL for prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalacci committed Jun 8, 2021
1 parent 5a611e9 commit 8176a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/expo-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [prereleased]

env:
API_URL: ${{ secrets.PROD_API_URL }}
API_URL: ${{ secrets.DEV_API_URL }}
jobs:
publish:
name: Publish Production App
Expand Down

0 comments on commit 8176a6b

Please sign in to comment.