fix(release): configure pnpm registry for release workflow

This commit is contained in:
2026-05-29 14:45:22 +00:00
parent 17d824d718
commit 90b1ca8de3
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -30,6 +30,9 @@ jobs:
- name: Enable corepack
run: corepack enable
- name: Configure pnpm registry
run: pnpm config set registry https://verdaccio.lossless.digital/
- name: Install dependencies
run: pnpm install --frozen-lockfile
+5
View File
@@ -4,6 +4,11 @@
### Fixes
- configure pnpm registry for release workflow (release)
- Sets the pnpm registry before dependency installation so release builds resolve packages from the configured registry.
## 2026-05-29 - 13.37.0
### Features