mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-17 16:47:05 +00:00
chore: allow installs on release
This commit is contained in:
parent
484d48ad46
commit
0b0883c02b
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -68,7 +68,11 @@ jobs:
|
|||
cache: pnpm
|
||||
cache-dependency-path: etherpad/pnpm-lock.yaml
|
||||
- name: Install dependencies ether.github.com
|
||||
run: pnpm install --frozen-lockfile
|
||||
# ether.github.com depends on sharp (Next.js image pipeline), whose
|
||||
# install script must run to fetch the platform binary. pnpm 11
|
||||
# turned ignored-builds into an error; allow all builds for this
|
||||
# external repo since we don't control its pnpm-workspace.yaml.
|
||||
run: pnpm install --frozen-lockfile --config.dangerously-allow-all-builds=true
|
||||
working-directory: ether.github.com
|
||||
- name: Set git user
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue