From 53e40a19efa5ace971240a8a51ee9b9ecacae07a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 Sep 2023 20:27:23 +0200 Subject: [PATCH] build(ci): cleanup workflows MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/npmpublish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 2782b5b9..ebf79502 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -57,13 +57,13 @@ jobs: registry-url: https://registry.npmjs.org/ cache: 'pnpm' + - name: Install + run: pnpm install --ignore-scripts + - name: Read package.json version id: package-version uses: jaywcjlove/github-action-package@main - - name: Install - run: pnpm install --ignore-scripts - - name: Publish Release if: ${{ contains(steps.package-version.outputs.version, '-') == false }} run: pnpm publish --no-git-checks -- 2.34.1