From 8d98b953659508f28d0ffef824edfaa5e8f76030 Mon Sep 17 00:00:00 2001 From: MichalKinas Date: Mon, 30 Jun 2025 11:01:15 +0200 Subject: [PATCH] Don't bump the lib versions when releasing from branch --- .github/workflows/release-branch.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index 9234b117e3..0a4b8d1820 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -126,7 +126,6 @@ jobs: - name: build libraries run: | set -u; - ./scripts/update-version.sh -gnu || exit 1; npx nx affected:build $NX_CALCULATION_FLAGS --prod --exclude="demoshell" --skip-nx-cache npx nx affected $NX_CALCULATION_FLAGS --target=pretheme - uses: actions/setup-node@v4