From a9fd807f61111ef7a9cd01da6339bfadb3416cdf Mon Sep 17 00:00:00 2001 From: axleiro <83293196+axleiro@users.noreply.github.com> Date: Thu, 3 Mar 2022 15:23:41 +0530 Subject: [PATCH] adding default working dir to fix promote to prod issue --- .github/workflows/explorer_production.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/explorer_production.yml b/.github/workflows/explorer_production.yml index 8a0703139f..c421a8e972 100644 --- a/.github/workflows/explorer_production.yml +++ b/.github/workflows/explorer_production.yml @@ -28,6 +28,9 @@ jobs: Explorer_production_deploy: needs: Explorer_production_build_test runs-on: ubuntu-latest + defaults: + run: + working-directory: explorer steps: - uses: actions/checkout@v2