Skip to content

Commit 9e03ab1

Browse files
committed
fix: disable electron-builder auto-publish in CI
1 parent e8fb987 commit 9e03ab1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Build Windows app
2828
run: npm run build:win
29+
env:
30+
GH_TOKEN: ""
2931

3032
- name: Upload Windows artifact
3133
uses: actions/upload-artifact@v4
@@ -52,6 +54,8 @@ jobs:
5254

5355
- name: Build macOS app
5456
run: npm run build:mac
57+
env:
58+
GH_TOKEN: ""
5559

5660
- name: Upload macOS artifact
5761
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)