From 8841bc88bebb52704f2496dded63df5aa4fdf6a9 Mon Sep 17 00:00:00 2001 From: Shams mosowi Date: Tue, 24 Mar 2020 18:03:47 +0800 Subject: [PATCH] wd --- .github/workflows/firebase_hosting.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/firebase_hosting.yml b/.github/workflows/firebase_hosting.yml index abb15650..857c47da 100644 --- a/.github/workflows/firebase_hosting.yml +++ b/.github/workflows/firebase_hosting.yml @@ -23,9 +23,11 @@ jobs: - uses: borales/actions-yarn@v2.0.0 with: cmd: install # will run `yarn install` command + working-directory: ${{env.working-directory}} - uses: borales/actions-yarn@v2.0.0 with: cmd: build # will run `yarn install` command + working-directory: ${{env.working-directory}} - uses: w9jds/firebase-action@master with: args: deploy --only hosting