Skip to content

Commit 5601eb1

Browse files
author
Bot
committed
fix env var capitalization
1 parent adc411e commit 5601eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Set API URL for testing
8383
if: (env.all || env.frontend) && !env.live
8484
run: |
85-
echo "VUE_APP_API_URL=$HEROKU_REVIEW_APP_URL" > .env.production
85+
echo "VUE_APP_API_URL=$heroku_review_app_url" > .env.production
8686
- name: Vue build
8787
if: env.all || env.frontend
8888
run: |

0 commit comments

Comments
 (0)