diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 669356e..1a8901b 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -20,8 +20,6 @@ jobs: node-version: 16 - name: Install Dependencies run: npm ci - - name: Run Tests - run: npm run test - name: Build run: npm run build - name: Publish package to public npm registry