Skip to content

Commit

Permalink
fix for github registry
Browse files Browse the repository at this point in the history
  • Loading branch information
justindhillon committed Dec 6, 2023
1 parent 51f5156 commit e916c52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"link-check": "^5.2.0"
},
"publishConfig": {
"@justindhillon:registry": "https://npm.pkg.github.com/@justindhillon"
"registry": "https://npm.pkg.github.com/justindhillon",
"name": "@justindhillon/link-inspector"
},
"devDependencies": {
"dir-compare": "^4.2.0",
Expand Down

0 comments on commit e916c52

Please sign in to comment.