chore: fixed path to package.json

This commit is contained in:
SamTV12345 2025-09-06 16:22:46 +02:00
parent 3d50adfc2c
commit 22c6a62671

View file

@ -34,7 +34,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Rename etherpad
working-directory: ./src
run: sed -i 's/ep_etherpad-lite/ep_etherpad/g' src/package.json
run: sed -i 's/ep_etherpad-lite/ep_etherpad/g' package.json
- name: Release to npm
run: pnpm publish --no-git-checks
working-directory: ./src