mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +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
|
||||
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
|
||||
|
Reference in New Issue
Block a user