Don't bump the lib versions when releasing from branch

This commit is contained in:
MichalKinas
2025-06-30 11:01:15 +02:00
parent 6c930394ae
commit 8d98b95365

View File

@@ -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