diff --git a/.github/actions/release-connect/action.yml b/.github/actions/release-connect/action.yml index 96037543125..b3ca4c62c3d 100644 --- a/.github/actions/release-connect/action.yml +++ b/.github/actions/release-connect/action.yml @@ -122,6 +122,9 @@ runs: - name: Build connect-explorer-webextension if: inputs.buildArtifacts == 'true' shell: bash + env: + NODE_ENV: "production" + __TREZOR_CONNECT_SRC: https://${{ inputs.serverHostname }}/${{ inputs.serverPath }}/ run: | yarn workspace @trezor/connect-explorer build:webextension