From 5590545092850e281ba472367c39b3c7f411448f Mon Sep 17 00:00:00 2001 From: yudete Date: Sat, 5 Sep 2020 20:34:27 +0900 Subject: [PATCH] Update aerobatic.yml --- .github/workflows/aerobatic.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/aerobatic.yml b/.github/workflows/aerobatic.yml index f8bbdc2..a4e2029 100644 --- a/.github/workflows/aerobatic.yml +++ b/.github/workflows/aerobatic.yml @@ -13,11 +13,9 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '12' - - name: Install dependency - run: npm install aerobatic-cli - name: Checkout Repo uses: actions/checkout@master - name: Deploy to Aerobatic - run: aero deploy + run: npm install aerobatic-cli & aero deploy env: FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }} \ No newline at end of file