Skip to content

Commit 3d50adf

Browse files
committed
chore: added sed script
1 parent 905bb82 commit 3d50adf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/releaseEtherpad.yaml.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
run: pnpm config set auto-install-peers false
3333
- name: Install dependencies
3434
run: pnpm install --frozen-lockfile
35+
- name: Rename etherpad
36+
working-directory: ./src
37+
run: sed -i 's/ep_etherpad-lite/ep_etherpad/g' src/package.json
3538
- name: Release to npm
3639
run: pnpm publish --no-git-checks
3740
working-directory: ./src

0 commit comments

Comments
 (0)