diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ff4da7d..c4c25b5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,9 +27,6 @@ jobs: - name: Install dependencies run: npm install - - name: Run tests - run: npm test - - name: Bump version id: bump_version run: |