diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 4f05565..adbcefe 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,7 +18,7 @@ jobs: with: node-version: '20.x' registry-url: 'https://registry.npmjs.org' - - run: npm ci + - run: npm c - run: npm publish --access public env: - NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}