Skip to content

Commit 37b9527

Browse files
authored
Update cd.yml
1 parent 8e6323a commit 37b9527

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/cd.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,15 @@ jobs:
7676
if: "contains(github.event.release.tag_name, 'internal')"
7777
run: flutter build appbundle --dart-define=SENTRY_DSN=${SENTRY_DSN}
7878

79+
- run: echo "${PROD_BASE_URL}"
80+
7981
- name: 'Build prod appbundle'
8082
if: "!contains(github.event.release.tag_name, 'internal')"
81-
run: flutter build appbundle --dart-define=SENTRY_DSN=${SENTRY_DSN} --dart-define=BASE_URL=${PROD_BASE_URL} --dart-define=OAUTH_REDIRECT_URI=${PROD_BASE_URL}/api/user/oauth/redirect/
83+
run: flutter build appbundle --dart-define=SENTRY_DSN=${SENTRY_DSN} --dart-define=BASE_URL=${PROD_BASE_URL} --dart-define=OAUTH_REDIRECT_URI=${PROD_BASE_URL}/api/user/oauth/redirect/
84+
8285

8386
# Run fastlane internal
8487
- uses: maierj/[email protected]
8588
with:
8689
lane: ${{ env.RELEASE_TYPE }}
87-
subdirectory: android
90+
subdirectory: android

0 commit comments

Comments
 (0)