From 3df8472ce32848c99e741d27d69550af1bb86624 Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Sun, 1 Oct 2023 20:58:01 +0200 Subject: [PATCH] Fix publish --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5e4e230..0896678 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,9 +19,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Run tests - run: npm test - - name: Publish package uses: JS-DevTools/npm-publish@v2 with: