From 698994b8af7c301fc57bf4c4b579f4956eb2bf94 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Fri, 21 Jun 2024 23:10:01 -0400 Subject: [PATCH] Install step is not necessary --- .github/workflows/Publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index d5d9161..e70bba7 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -14,7 +14,6 @@ jobs: with: node-version: '20.x' registry-url: 'https://registry.npmjs.org' - - run: npm ci - run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}