From e83a76dd8e557ff75a6684e608f85a5d98bf21cc Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Mon, 14 Oct 2024 10:38:03 +0200 Subject: [PATCH] chore(ci): use force on npm install for alpha publish (#7716) --- .github/workflows/publish-npm-alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm-alpha.yml b/.github/workflows/publish-npm-alpha.yml index 394b1539d6..e5a89f4dcf 100644 --- a/.github/workflows/publish-npm-alpha.yml +++ b/.github/workflows/publish-npm-alpha.yml @@ -22,7 +22,7 @@ jobs: cache: npm cache-dependency-path: '**/package.json' - run: | - npm install + npm install --force - name: Version & Publish env: GH_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}