From 0fd3570ae0ae44328a60c4b44dbbbbf72d6b4782 Mon Sep 17 00:00:00 2001 From: Julian Jelfs Date: Mon, 21 Feb 2022 12:43:10 +0000 Subject: [PATCH] Fix deploy (#1446) * fix deploy * change dfx version --- .github/workflows/deploy_frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_frontend.yaml b/.github/workflows/deploy_frontend.yaml index 9c0b82c049..38062aa726 100644 --- a/.github/workflows/deploy_frontend.yaml +++ b/.github/workflows/deploy_frontend.yaml @@ -8,7 +8,7 @@ jobs: deploy_frontend: runs-on: ubuntu-latest env: - DFX_VERSION: 0.9.0 + DFX_VERSION: 0.8.4 USERGEEK_APIKEY: ${{ secrets.GH_USERGEEK_APIKEY }} ROLLBAR_ACCESS_TOKEN: ${{ secrets.GH_ROLLBAR_ACCESS_TOKEN }}