mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 06:59:03 +08:00
fix(ci/js-sdk): bad sed command
This commit is contained in:
parent
2151ca846c
commit
fca349f345
2
.github/workflows/publish-js-sdk.yml
vendored
2
.github/workflows/publish-js-sdk.yml
vendored
@ -27,6 +27,6 @@ jobs:
|
||||
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
|
||||
sed -i 's/"name": "@mendable\/firecrawl"/"name": "firecrawl"/g' package.json
|
||||
npm publish
|
||||
working-directory: ./apps/js-sdk/firecrawl
|
||||
|
Loading…
x
Reference in New Issue
Block a user