ci: fix publish action

This commit is contained in:
iCrawl
2021-05-31 03:23:48 +02:00
parent 0b169792af
commit 652c683da7

View File

@@ -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: |