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