mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: fixed path to package.json
This commit is contained in:
parent
3d50adfc2c
commit
22c6a62671
1 changed files with 1 additions and 1 deletions
2
.github/workflows/releaseEtherpad.yaml.yml
vendored
2
.github/workflows/releaseEtherpad.yaml.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue