Skip to content

Commit

Permalink
chore: Update release.yml to use 'npm install' instead of 'npm ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx committed Jun 14, 2024
1 parent f2a77c4 commit 7754cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: npm install -g node-gyp

- name: Install dependencies
run: npm ci
run: npm install

- name: Install electron-builder
run: npm i electron-builder -g
Expand Down

0 comments on commit 7754cb0

Please sign in to comment.