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 21b91c4 commit 66ddeecCopy full SHA for 66ddeec
.github/workflows/ci.yml
@@ -87,3 +87,5 @@ jobs:
87
- name: Publish
88
if: steps.check_version.outputs.version_changed == 'true'
89
run: npm run publish:ci
90
+ env:
91
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "irdashies",
3
"productName": "irdashies",
4
- "version": "0.0.10",
+ "version": "0.0.9",
5
"description": "iRacing Dashboards & Overlays",
6
"repository": {
7
"type": "git",
0 commit comments