From 652c683da7032a147313b4a8db043be5385e0656 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Mon, 31 May 2021 03:23:48 +0200 Subject: [PATCH] ci: fix publish action --- .github/workflows/publish-dev.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index 9c42870fe..29b52edf5 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -15,9 +15,10 @@ jobs: uses: actions/setup-node@v2 with: node-version: 14 + registry-url: https://registry.npmjs.org/ - name: Install dependencies - run: npm ci + run: npm ci --ignore-scripts - name: Publish run: |