Skip to content

Commit b05d462

Browse files
authored
Update .github/workflows/release.yml
1 parent 2f52a4f commit b05d462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
yarn install
2727
yarn build
2828
env:
29-
REACT_APP_HUB_API_URL: 'https://hubapi.zenml.io'
29+
REACT_APP_HUB_API_URL: "https://hubapi.zenml.io"
3030
REACT_APP_BASE_API_URL: "/api/v1"
3131
REACT_APP_MOCKAPI_RESPONSE: false
3232
REACT_APP_VERSION: ${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)