mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Don't bump the lib versions when releasing from branch
This commit is contained in:
1
.github/workflows/release-branch.yml
vendored
1
.github/workflows/release-branch.yml
vendored
@@ -126,7 +126,6 @@ jobs:
|
|||||||
- name: build libraries
|
- name: build libraries
|
||||||
run: |
|
run: |
|
||||||
set -u;
|
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:build $NX_CALCULATION_FLAGS --prod --exclude="demoshell" --skip-nx-cache
|
||||||
npx nx affected $NX_CALCULATION_FLAGS --target=pretheme
|
npx nx affected $NX_CALCULATION_FLAGS --target=pretheme
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
|
Reference in New Issue
Block a user