From 3ca540a586510bb9fbbe60e9494cf15d7485ac17 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Sun, 3 Dec 2023 23:08:07 +0800 Subject: [PATCH] chore: use npminstall on auto release script --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c6cbb18..e83042eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,3 +11,5 @@ jobs: secrets: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} GIT_TOKEN: ${{ secrets.GIT_TOKEN }} + with: + install: 'npx npminstall'