mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: added sed script
This commit is contained in:
parent
905bb82576
commit
3d50adfc2c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/releaseEtherpad.yaml.yml
vendored
3
.github/workflows/releaseEtherpad.yaml.yml
vendored
|
|
@ -32,6 +32,9 @@ jobs:
|
|||
run: pnpm config set auto-install-peers false
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Rename etherpad
|
||||
working-directory: ./src
|
||||
run: sed -i 's/ep_etherpad-lite/ep_etherpad/g' src/package.json
|
||||
- name: Release to npm
|
||||
run: pnpm publish --no-git-checks
|
||||
working-directory: ./src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue