Skip to content

Commit 66ddeec

Browse files
committed
add github token for publish
1 parent 21b91c4 commit 66ddeec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,5 @@ jobs:
8787
- name: Publish
8888
if: steps.check_version.outputs.version_changed == 'true'
8989
run: npm run publish:ci
90+
env:
91+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 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.10",
4+
"version": "0.0.9",
55
"description": "iRacing Dashboards & Overlays",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)