Skip to content

Commit 5794117

Browse files
committed
dont publish in build
1 parent 4c3d2dd commit 5794117

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
run: npm install
3030

3131
- name: Build application
32-
run: npm run dist
33-
env:
34-
GH_TOKEN: ""
32+
run: npm run build && electron-builder --publish never
3533

3634
- name: Upload artifacts (macOS)
3735
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)