Skip to content

Commit

Permalink
registry scope
Browse files Browse the repository at this point in the history
  • Loading branch information
xalakox committed Feb 5, 2020
1 parent e7fdbae commit ac51e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
registry-url: https://npm.pkg.github.com/@tourconnect
scope: '@tourconnect'
- run: npm ci
- run: npm publish
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"url": "https://github.com/TourConnect/ti2-tourconnect/issues"
},
"homepage": "https://github.com/TourConnect/ti2-tourconnect#readme",
"publishConfig": { "registry": "https://npm.pkg.github.com/@tourconnect" },
"dependencies": {
"bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.3",
Expand Down

0 comments on commit ac51e5e

Please sign in to comment.