Skip to content

Commit

Permalink
chore: Update publish workflow and package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed Nov 1, 2024
1 parent 30778a8 commit a495ffe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Release It
run: |
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
version=$(npx release-it --release-version)
npx release-it --npm.skipChecks --git.tagName=sdk-node/${version} --github.release=false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
9 changes: 9 additions & 0 deletions sdk-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,14 @@
},
"jest": {
"testTimeout": 30000
},
"repository": {
"type": "git",
"url": "https://github.com/inferablehq/inferable.git"
},
"homepage": "https://www.inferable.ai",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/inferablehq/inferable/issues"
}
}

0 comments on commit a495ffe

Please sign in to comment.