Skip to content

Commit

Permalink
Adding npm install instead of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-uros committed Jul 23, 2024
1 parent 7e15e12 commit a7858ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7858ac

Please sign in to comment.