From d78c20a491287bb610083143620ef54effe9a5ba Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Wed, 22 Jun 2022 12:49:07 +0530 Subject: [PATCH] ci: testing npm 3x --- .github/workflows/test.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba4872b..662c0ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: jobs: - Build: + Publish: name: Building runs-on: ubuntu-latest @@ -27,13 +27,8 @@ jobs: - name: Test Sern run: sern - Publish: - name: Publishing to npm - runs-on: ubuntu-latest - needs: [Build] - steps: - name: Publish to npm - run: npm publish ../ --dry-run + run: npm publish --dry-run env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}