diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a43128d..77febf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,6 +75,6 @@ jobs: path: dist - run: yarn release:package - run: ls -lisha release - - run: npm publish publish release --access public + - run: npm publish release --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}