From 22c6a6267157932a4017605659031e41c4ee1b93 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 6 Sep 2025 16:22:46 +0200 Subject: [PATCH] chore: fixed path to package.json --- .github/workflows/releaseEtherpad.yaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releaseEtherpad.yaml.yml b/.github/workflows/releaseEtherpad.yaml.yml index 15e57d28c..858f04e82 100644 --- a/.github/workflows/releaseEtherpad.yaml.yml +++ b/.github/workflows/releaseEtherpad.yaml.yml @@ -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