Skip to content

Commit a48392b

Browse files
committed
add publish always
1 parent 0543d91 commit a48392b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/buildapp.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,5 @@ jobs:
5959
export BUILD_CMD="dist"
6060
fi
6161
62-
echo "$BUILD_CMD"
6362
yarn install --immutable
6463
yarn run $BUILD_CMD

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"pack-signed": "electron-builder",
106106
"dist": "yarn run build && yarn run pack",
107107
"dist-dev": "yarn run build-dev && yarn run pack",
108-
"release": "yarn run build && electron-builder",
108+
"release": "yarn run build && electron-builder --publish always",
109109
"lint": "eslint ./",
110110
"format": "prettier --write ./",
111111
"prepare": "husky install; yarn node scripts/build-if-not-git-repo.js"

0 commit comments

Comments
 (0)