Skip to content

Commit 22c6a62

Browse files
committed
chore: fixed path to package.json
1 parent 3d50adf commit 22c6a62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/releaseEtherpad.yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: pnpm install --frozen-lockfile
3535
- name: Rename etherpad
3636
working-directory: ./src
37-
run: sed -i 's/ep_etherpad-lite/ep_etherpad/g' src/package.json
37+
run: sed -i 's/ep_etherpad-lite/ep_etherpad/g' package.json
3838
- name: Release to npm
3939
run: pnpm publish --no-git-checks
4040
working-directory: ./src

0 commit comments

Comments
 (0)