Skip to content

Commit 71ae600

Browse files
authored
Enable email verification in publish workflow
1 parent bb1b797 commit 71ae600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
"PUBLIC_CONSOLE_MODE=cloud"
8585
"PUBLIC_CONSOLE_FEATURE_FLAGS="
8686
"PUBLIC_APPWRITE_MULTI_REGION=true"
87-
"PUBLIC_CONSOLE_EMAIL_VERIFICATION=false"
87+
"PUBLIC_CONSOLE_EMAIL_VERIFICATION=true"
8888
"PUBLIC_CONSOLE_MOCK_AI_SUGGESTIONS=false"
8989
"PUBLIC_GROWTH_ENDPOINT=${{ secrets.PUBLIC_GROWTH_ENDPOINT }}"
9090
"PUBLIC_STRIPE_KEY=${{ secrets.PUBLIC_STRIPE_KEY_STAGE }}"

0 commit comments

Comments
 (0)