diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a489ab7..455d135 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -32,7 +32,7 @@ jobs: with: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - - run: yarn install - - run: yarn run publish + - run: npm install + - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}