Skip to content

Commit

Permalink
feat(npm): publish to alef npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvtrinidad committed May 7, 2024
1 parent 7f7a6b6 commit 6081000
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- run: npm test
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@alefeducation:registry=https://npm.pkg.github.com
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "chimp-datasources-generator",
"name": "@alefeducation/chimp-datasources-generator",
"version": "0.0.0-development",
"description": "Helper that autogenerates DataSource-compatible APIs per controller for a given microservice, based on OpenAPI/Swagger specification",
"bin": "lib/chimp-datasources-generator.js",
Expand All @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/xolvio/chimp-datasources-generator.git"
"url": "https://github.com/alefeducation/chimp-datasources-generator.git"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 6081000

Please sign in to comment.