Skip to content

Commit

Permalink
fix: update dmg-license installation command in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx committed Aug 31, 2024
1 parent 02af067 commit eb0e6e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ jobs:
- name: Update node-gyp
run: npm install -g node-gyp

- name: Install dmglicense
run: npm install -g dmg-license

- name: Install dependencies
run: npm install

- name: Install dmglicense
run: npm install dmg-license -f

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

Expand Down

0 comments on commit eb0e6e9

Please sign in to comment.