Skip to content

Commit

Permalink
Add publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
josephrexme committed Apr 17, 2021
1 parent c147bfa commit 8722ed1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish --registry=https://npm.pkg.github.com/@josephrexme
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typable-react",
"version": "0.0.5",
"version": "0.0.6",
"description": "React.js prop-types wrapper for easy extraction to documentation",
"main": "typable.js",
"scripts": {
Expand All @@ -10,6 +10,9 @@
"type": "git",
"url": "git+https:/josephrexme/typable-react.git"
},
"publishConfig": {
"registry":"https://npm.pkg.github.com/@josephrexme"
},
"keywords": [
"static",
"typed",
Expand Down

0 comments on commit 8722ed1

Please sign in to comment.