fix: prevent builder auto publish in release jobs

This commit is contained in:
ILoveBinglu
2026-04-07 00:07:07 +08:00
parent c40a9084c5
commit 46cca6038c
3 changed files with 5 additions and 8 deletions
-4
View File
@@ -119,8 +119,6 @@ jobs:
- name: Build app
run: npm run build:win
env:
GH_TOKEN: ""
- name: Validate build artifacts
shell: pwsh
@@ -211,8 +209,6 @@ jobs:
- name: Build mac app
run: npm run build:mac
env:
GH_TOKEN: ""
- name: Validate build artifacts
run: |