Skip to content

Commit 4ce10bd

Browse files
committed
Disable electron-builder implicit publishing in release workflow
1 parent 15bb5be commit 4ce10bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- run: npm run build
2727

28-
- run: npm run electron:build:all
28+
- run: npm run electron:build:all -- --publish never
2929
env:
3030
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131

@@ -53,7 +53,7 @@ jobs:
5353

5454
- run: npm run build
5555

56-
- run: npm run electron:build:win
56+
- run: npm run electron:build:win -- --publish never
5757
env:
5858
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959

0 commit comments

Comments
 (0)