From cb7f0b4b2122204193d164bec6333f90ce577b21 Mon Sep 17 00:00:00 2001 From: jagan Date: Thu, 8 Feb 2024 15:19:42 -0600 Subject: [PATCH] Fixed publish.yml --- .github/workflows/publish.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ddc0ba9..091507c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,12 +14,8 @@ jobs: with: node-version: '20.x' registry-url: 'https://registry.npmjs.org' - - name: Install dependencies + - name: Install Dependencies run: npm ci --ignore-scripts - - name: Audit Signatures - run: npm audit signatures - - name: Run Test - run: npm run ci:test - name: Publish run: npm publish env: