diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98e12bf..d08840c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,11 +117,6 @@ jobs: - name: Install dependencies run: npm install - - name: Publish to npm - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: Create GitHub Release uses: softprops/action-gh-release@v2 with: