From: Jérôme Benoit Date: Thu, 7 Sep 2023 18:27:23 +0000 (+0200) Subject: build(ci): cleanup workflows X-Git-Tag: v2.6.43~13 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=53e40a19efa5ace971240a8a51ee9b9ecacae07a;hp=--cc;p=poolifier.git build(ci): cleanup workflows Signed-off-by: Jérôme Benoit --- 53e40a19efa5ace971240a8a51ee9b9ecacae07a 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