diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4eb56c3..20fe5f8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: with: node-version: '12.x' registry-url: 'https://registry.npmjs.org' - - run: npm ci + - run: yarn - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}