From 412fbe9aae560cbabab5ce25a8da8df323cc7461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Teles?= Date: Sat, 18 May 2024 07:39:43 -0300 Subject: [PATCH] chore: Remove test script and update GitHub Actions workflow for releasing and publishing package --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) 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: |