Skip to content

Commit

Permalink
only build cdp-langchain
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Dec 4, 2024
1 parent 49983c9 commit bc430c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_langchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
node-version: "18"
registry-url: "https://registry.npmjs.org"
- name: Install, build and publish langchain
working-directory: ./cdp-langchain
run: |
npm ci
npm publish --workspace=cdp-langchain --provenance --access public
npm i
npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit bc430c4

Please sign in to comment.