Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Nov 13, 2023
1 parent 50e1fe2 commit adad215
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if [ -z "${{ secrets.NPM_TOKEN }}" ]; then
echo "env NPM_TOKEN not set!"
else
echo "Publish Release"
echo "Publish Nightly"
echo "publish=nightly" >> $GITHUB_OUTPUT
fi
- name: Prepare Environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if [ -z "${{ secrets.NPM_TOKEN }}" ]; then
echo "env NPM_TOKEN not set!"
else
echo "Publish Release"
echo "Publish Prerelease"
echo "publish=prerelease" >> $GITHUB_OUTPUT
fi
- name: Prepare Environment
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"controller"
],
"dependencies": {
"@types/node-hid": "^1.3.1",
"@spacemouse-lib/core": "0.0.1",
"@types/node-hid": "^1.3.1",
"node-hid": "^2.1.1",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/webhid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"webhid"
],
"dependencies": {
"@types/w3c-web-hid": "^1.0.3",
"@spacemouse-lib/core": "0.0.1",
"@types/w3c-web-hid": "^1.0.3",
"buffer": "^6.0.3",
"p-queue": "^6.6.2"
},
Expand Down

0 comments on commit adad215

Please sign in to comment.