diff --git a/.github/workflows/aerobatic.yml b/.github/workflows/aerobatic.yml index a43fd7f..281c668 100644 --- a/.github/workflows/aerobatic.yml +++ b/.github/workflows/aerobatic.yml @@ -13,9 +13,11 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '12' + - name: Install dependencies + run: npm install aerobatic-cli --save - name: Checkout Repo uses: actions/checkout@master - name: Deploy to Aerobatic - run: npm install aerobatic-cli --save & aero deploy + run: aero deploy env: FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }} \ No newline at end of file