From bbfcfb99fe47ec66e12faa12caa15c9c9ec113ed Mon Sep 17 00:00:00 2001 From: moki Date: Tue, 24 Oct 2023 21:18:54 +0400 Subject: [PATCH] infra: fix release workflow --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bcde6402..23ad3c0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,6 @@ jobs: - run: npm i -g 'npm@10.*' --registry=https://registry.npmjs.org - run: npm ci shell: bash - - run: npm test - shell: bash - uses: codex-team/action-nodejs-package-info@v1 id: package - uses: GoogleCloudPlatform/release-please-action@v3