mirror of
https://github.com/ILoveBingLu/CipherTalk.git
synced 2026-05-23 21:10:30 +08:00
fix: prevent builder auto publish in release jobs
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user