From 3ed6730d4f210978be21250c2a122c70224763f0 Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 26 May 2020 23:26:03 -0400 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7a7afc289..414c3f26e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,8 +27,6 @@ jobs: - run: npm ci - name: Build App - run: npm run build --if-present - env: - GH_TOKEN: ${{secrets.GH_TOKEN}} - name: Upload a Build Artifact uses: actions/upload-artifact@v2 with: