Skip to content

Commit 21b91c4

Browse files
committed
fix publish in ci
1 parent dc63681 commit 21b91c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686

8787
- name: Publish
8888
if: steps.check_version.outputs.version_changed == 'true'
89-
run: npm run publish
89+
run: npm run publish:ci

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "irdashies",
33
"productName": "irdashies",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"description": "iRacing Dashboards & Overlays",
66
"repository": {
77
"type": "git",
@@ -13,6 +13,7 @@
1313
"generate-assets": "npx tsx ./tools/index.ts",
1414
"package": "electron-forge package",
1515
"make": "electron-forge make",
16+
"publish:ci": "electron-forge publish",
1617
"publish": "npx env-cmd electron-forge publish",
1718
"lint": "eslint --ext .ts,.tsx .",
1819
"storybook": "storybook dev -p 6006",

0 commit comments

Comments
 (0)