Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx committed Aug 4, 2023
1 parent 4aa74d5 commit 56863d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -36,4 +36,4 @@ jobs:
- name: Publish
env:
GH_TOKEN: ${{ secrets.TOKEN }}
run: npm run publish:${{ matrix.os }}
run: npm run publish:auto
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"e2e": "playwright test",
"publish:linux": "tsc && vite build && electron-builder --linux -p always",
"publish:win": "tsc && vite build && electron-builder --win -p always",
"publish:auto": "tsc && vite build && electron-builder -p always",
"publish:mac": "tsc && vite build && electron-builder --mac -p always"
},
"keywords": [],
Expand Down

0 comments on commit 56863d7

Please sign in to comment.