From d3ea4eb4768126916f301ef81808c2f9b16afe7c Mon Sep 17 00:00:00 2001 From: Sebastian Scatularo Date: Tue, 17 Oct 2023 16:44:58 -0300 Subject: [PATCH] set the right working directoy for portal advance bridge --- .github/workflows/preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 22fa6b64d..578e8f873 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -82,6 +82,7 @@ jobs: REACT_APP_COVALENT_API_KEY: ${{ secrets.REACT_APP_COVALENT_API_KEY }} REACT_APP_WALLET_CONNECT_PROJECT_ID: ${{ secrets.REACT_APP_WALLET_CONNECT_PROJECT_ID }} run: | + pushd apps/portal pushd public npm run set-version popd