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 dc63681 commit 21b91c4Copy full SHA for 21b91c4
.github/workflows/ci.yml
@@ -86,4 +86,4 @@ jobs:
86
87
- name: Publish
88
if: steps.check_version.outputs.version_changed == 'true'
89
- run: npm run publish
+ run: npm run publish:ci
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "irdashies",
3
"productName": "irdashies",
4
- "version": "0.0.9",
+ "version": "0.0.10",
5
"description": "iRacing Dashboards & Overlays",
6
"repository": {
7
"type": "git",
@@ -13,6 +13,7 @@
13
"generate-assets": "npx tsx ./tools/index.ts",
14
"package": "electron-forge package",
15
"make": "electron-forge make",
16
+ "publish:ci": "electron-forge publish",
17
"publish": "npx env-cmd electron-forge publish",
18
"lint": "eslint --ext .ts,.tsx .",
19
"storybook": "storybook dev -p 6006",
0 commit comments