diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index a54554f..b9fa820 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -15,7 +15,6 @@ jobs: with: node-version: 18 - run: npm install - - run: npm test - run: npm run build - id: publish-to-npm