From 7fae0c97d701665df60cfb6be8af375bd805c601 Mon Sep 17 00:00:00 2001 From: Scott Bedard Date: Sat, 18 Jul 2020 18:01:13 -0700 Subject: [PATCH] use publish script --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 119b068..0e124c9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,8 +14,7 @@ jobs: node-version: 12 registry-url: https://registry.npmjs.org/ - run: npm install - - run: npm run build - run: npm test - - run: npm publish + - run: npm publish:ci env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file