From 62bb6bd5b0f586fb32736034d333a361e9dfddc4 Mon Sep 17 00:00:00 2001 From: Millennium Earl <22562005+MillenniumEarl@users.noreply.github.com> Date: Mon, 30 Nov 2020 10:50:56 +0100 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 861e372..b838d96 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,8 +15,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 12 - - run: npm ci - - run: npm test + - run: npm unit-test-mocha publish-npm: needs: build @@ -27,7 +26,6 @@ jobs: with: node-version: 12 registry-url: https://registry.npmjs.org/ - - run: npm ci - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} @@ -41,7 +39,6 @@ jobs: with: node-version: 12 registry-url: https://npm.pkg.github.com/ - - run: npm ci - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}