Skip to content

Commit

Permalink
Changed npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
smhex committed Jan 14, 2024
1 parent f0d5a1a commit 6684314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
run: npm ci

- name: Publish to registry
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/smhex/homebridge-wled-ws.git"
"url": "git+https://github.com/smhex/homebridge-wled-ws.git"
},
"bugs": {
"url": "https://github.com/smhex/homebridge-wled-ws/issues"
Expand Down

0 comments on commit 6684314

Please sign in to comment.