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 }}