From 90594cc33143c5d9954349a8cc586d1380bf0b2e Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sun, 19 Apr 2026 09:19:52 +0300 Subject: [PATCH] temp disable npm build check --- .github/workflows/release.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d58f4242..7e87da82 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,11 +30,13 @@ jobs: with: go-version: '>=1.26.2' + # Temporary disable until the issue with npm ci is resolved. + # # This step usually is not needed because the /ui/dist is pregenerated locally # but its here to ensure that each release embeds the latest admin ui artifacts. # If the artificats differs, a "dirty error" is thrown - https://goreleaser.com/errors/dirty/ - - name: Build Admin dashboard UI - run: npm --prefix=./ui install && npm --prefix=./ui run build + # - name: Build Admin dashboard UI + # run: npm --prefix=./ui install && npm --prefix=./ui run build # Temporary disable as the types can have random generated identifiers making it non-deterministic. #