From 72d27edf582d1e0017f2db116597ac85c21e4401 Mon Sep 17 00:00:00 2001 From: PiotrFLEURY Date: Mon, 5 Jul 2021 13:45:35 +0200 Subject: [PATCH] fix(web): replace basref by ref --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 85b10e6..808c35b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: - name: Deploy web env: WEB_DEPLOY_TOKEN: ${{ secrets.WEB_DEPLOY_TOKEN }} - if: github.base_ref == 'refs/heads/main' + if: github.ref =='refs/heads/main' run: | curl -sL https://firebase.tools | bash firebase deploy --token $WEB_DEPLOY_TOKEN