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: