From a7858ac0cdca0abeab5a5fee412940fcb02a2dfe Mon Sep 17 00:00:00 2001 From: dev-uros Date: Tue, 23 Jul 2024 12:41:28 +0200 Subject: [PATCH] Adding npm install instead of ci --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3f44d3a..33fbf33 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -36,7 +36,7 @@ jobs: shell: bash - name: Install dependencies - run: npm ci + run: npm install - name: Run Electron Forge Publish run: npm run publish