We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12e730 commit f1e2686Copy full SHA for f1e2686
2 files changed
.github/workflows/build.yml
@@ -93,7 +93,7 @@ jobs:
93
env:
94
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95
run: |
96
- yarn run electron-builder --win --prepackaged dist-win32/win-unpacked
+ yarn run electron-builder --win --prepackaged dist-win32/win-unpacked --publish never
97
98
99
- name: Get package.json version
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Pinokio",
3
"private": true,
4
- "version": "3.20.24",
+ "version": "3.20.25",
5
"homepage": "https://pinokio.co",
6
"description": "pinokio",
7
"main": "main.js",
@@ -116,7 +116,7 @@
116
"electron-store": "^8.1.0",
117
"electron-updater": "^6.6.2",
118
"electron-window-state": "^5.0.3",
119
- "pinokiod": "^3.20.24"
+ "pinokiod": "^3.20.25"
120
},
121
"devDependencies": {
122
"@electron/rebuild": "3.2.10",
0 commit comments