Skip to content

Commit

Permalink
fix(ci): connect explorer webextension env
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed May 24, 2024
1 parent b0c1173 commit 7f822c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/release-connect/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f822c2

Please sign in to comment.