Skip to content

Commit da287b3

Browse files
committed
Fix release workflow - disable electron-builder auto-publish
1 parent acf1d13 commit da287b3

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
run: bun run rebuild
2626

2727
- name: Build and Package (macOS)
28-
run: bun run package --mac
29-
env:
30-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
run: bun run package --mac --publish never
3129

3230
- name: Upload macOS artifacts
3331
uses: actions/upload-artifact@v4
@@ -58,10 +56,8 @@ jobs:
5856

5957
- name: Build and Package (Windows)
6058
run: bun run package --win
61-
env:
62-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63-
64-
- name: Upload Windows artifacts
59+
- name: Build and Package (Windows)
60+
run: bun run package --win --publish never
6561
uses: actions/upload-artifact@v4
6662
with:
6763
name: windows-release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clipai",
33
"version": "0.0.4",
4-
"description": "Modern clipboard history manager for macOS",
4+
"description": "Modern clipboard history manager powered by AI",
55
"author": "Mikheil Berishvili",
66
"main": "dist/main/main.js",
77
"module": "index.ts",

0 commit comments

Comments
 (0)