Skip to content

Commit 32cbb7e

Browse files
committed
Fixed name.
1 parent 5d51fa6 commit 32cbb7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
PLUGIN_NAME=$(npx -c 'printf %s\\n "${npm_package_name}"') || exit 1
6060
pnpm i
6161
pnpm link --global
62-
pnpm link --global ep_etherpad-lite
62+
pnpm link --global etherpad
6363
cd ../etherpad/src
6464
pnpm link --global "${PLUGIN_NAME}"
6565
# Rename to match the glob pattern passed to mocha.

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
pnpm config set auto-install-peers false
5151
pnpm i
5252
-
53-
run: pnpm link --global ep_etherpad-lite
53+
run: pnpm link --global etherpad
5454
-
5555
run: |
5656
has_testcli_script () {

0 commit comments

Comments
 (0)