From 830c69ca148ff6b85254993f28035b8540e8ffdc Mon Sep 17 00:00:00 2001 From: Davi Sena Date: Wed, 24 Jun 2020 23:24:48 -0300 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index affffb1..2d58ac1 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,7 +16,6 @@ jobs: with: node-version: 12 - run: npm install - - run: npm ci - run: npm test publish-npm: @@ -28,7 +27,7 @@ jobs: with: node-version: 12 registry-url: https://registry.npmjs.org/ - - run: npm ci + - run: npm install - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} @@ -42,7 +41,8 @@ jobs: with: node-version: 12 registry-url: https://npm.pkg.github.com/ - - run: npm ci + scope: '@labbsr0x' + - run: npm install - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.GPR_TOKEN}}