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