diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9cb877e3f..1c31a07f60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,11 +122,6 @@ jobs: http://localhost:9665/ ``` - - name: Push Npm - run: | - npm install @jsdevtools/npm-publish -g - npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json - - run: npm publish continue-on-error: true name: 📦 linux-command publish to NPM