mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-04 11:24:40 +08:00
feat(ci): publish all JS SDK packages
This commit is contained in:
parent
1a9f6b985a
commit
dab0016669
7
.github/workflows/publish-js-sdk.yml
vendored
7
.github/workflows/publish-js-sdk.yml
vendored
@ -23,5 +23,10 @@ jobs:
|
||||
- name: Authenticate
|
||||
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
|
||||
- name: Publish
|
||||
run: npm publish
|
||||
run: |
|
||||
npm publish
|
||||
sed -i 's/"name": "@mendable\/firecrawl-js"/"name": "@mendable\/firecrawl"/g' package.json
|
||||
npm publish
|
||||
sed -i 's/"name": "@mendable\/firecrawl-js"/"name": "firecrawl"/g' package.json
|
||||
npm publish
|
||||
working-directory: ./apps/js-sdk/firecrawl
|
||||
|
Loading…
x
Reference in New Issue
Block a user