diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 462153e..5797149 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm install -g npm - - run: npm ci + - run: yarn - run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}