mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 14:22:28 +08:00
fix(ci): disable electron-builder auto-publish to prevent 403 errors
This commit is contained in:
2
.github/workflows/electron-release.yml
vendored
2
.github/workflows/electron-release.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
- name: Build Electron app
|
||||
run: npm run dist:${{ matrix.platform }}
|
||||
run: npm run electron:build && npm run electron:prepare && npx electron-builder --${{ matrix.platform }} --publish never
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user