We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f52a4f commit b05d462Copy full SHA for b05d462
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
yarn install
27
yarn build
28
env:
29
- REACT_APP_HUB_API_URL: 'https://hubapi.zenml.io'
+ REACT_APP_HUB_API_URL: "https://hubapi.zenml.io"
30
REACT_APP_BASE_API_URL: "/api/v1"
31
REACT_APP_MOCKAPI_RESPONSE: false
32
REACT_APP_VERSION: ${{ steps.get_version.outputs.VERSION }}
0 commit comments