Skip to content

Commit 70d0d72

Browse files
committed
📦 Reverting and trying with scripts "release" now
1 parent 6049007 commit 70d0d72

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: build distributables
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
run: npm run publish
26+
run: npm run release
2727

2828
# release:
2929
# name: "Release"

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"prepack": "npm run build",
2929
"pack": "electron-builder --dir",
3030
"predist": "npm run build",
31-
"dist": "cross-env CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder",
32-
"publish": "electron-forge publish",
31+
"release": "cross-env CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder",
3332
"postdist": "node scripts/cleanBuilds.js",
3433
"lint:electron": "eslint -c eslint.electron.json --ext .js,.ts src/electron",
3534
"lint:svelte": "eslint -c eslint.svelte.json --ext .js,.ts src/frontend",

0 commit comments

Comments
 (0)