diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml index af0eab9..662739a 100644 --- a/.github/workflows/npm-publish-github-packages.yml +++ b/.github/workflows/npm-publish-github-packages.yml @@ -33,4 +33,4 @@ jobs: - run: npm ci - run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} + NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file diff --git a/package.json b/package.json index d496341..2655e0c 100644 --- a/package.json +++ b/package.json @@ -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",