Skip to content

Commit

Permalink
Merge pull request #9 from doug-wade/add-registry-url
Browse files Browse the repository at this point in the history
try adding a registry url
  • Loading branch information
doug-wade authored Jan 20, 2024
2 parents 0ea67ea + 20f31e1 commit ba625c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'
node-version: 20
- run: yarn install
- run: npm publish
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@
"url": "https://github.com/doug-wade/eleventy-plugin-gpt4all/issues?q=is%3Aissue+is%3Aopen"
},
"homepage": "https://github.com/doug-wade/eleventy-plugin-gpt4all",
"repository": "https://github.com/doug-wade/eleventy-plugin-gpt4all.git"
"repository": {
"url": "git+https://github.com/doug-wade/eleventy-plugin-gpt4all.git"
}
}

0 comments on commit ba625c7

Please sign in to comment.