[BLD] js_release workflow fix chroma port

This commit is contained in:
hammadb
2023-09-05 16:29:56 -07:00
parent 096e52280e
commit b0e75e677d

View File

@@ -36,7 +36,7 @@ jobs:
run: npm install
working-directory: ./clients/js/
- name: npm Test & Publish
run: npm run db:run && CHROMA_SERVER_HTTP_PORT=8001 npm run $NPM_SCRIPT
run: npm run db:run && PORT=8001 npm run $NPM_SCRIPT
working-directory: ./clients/js/
env:
GITHUB_TOKEN: ${{ secrets.NPM_TOKEN }}