From 8a4bef68bd5c0d3544be03b8895f30c731ed0403 Mon Sep 17 00:00:00 2001 From: Houssene Dao Date: Thu, 16 Dec 2021 14:39:12 +0000 Subject: [PATCH] fix(): change action process --- .github/workflows/publisher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publisher.yml b/.github/workflows/publisher.yml index c20cd60..690f5ba 100644 --- a/.github/workflows/publisher.yml +++ b/.github/workflows/publisher.yml @@ -12,6 +12,6 @@ jobs: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - run: npm ci - - run: npm publish + - run: npm run publish:npm env: NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH }} \ No newline at end of file