From bea26c1efa842b3bbe4f8f941d3318d4179995f4 Mon Sep 17 00:00:00 2001 From: ErrorGamer2000 Date: Tue, 27 Jul 2021 15:40:24 -0700 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7a3a950..37df35a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,17 +5,7 @@ on: types: [created] jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 14.x - - run: npm ci - - run: npm test publish-npm: - needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2