From 5046074808f300c1a6656ae1bec0d376a1f75ad3 Mon Sep 17 00:00:00 2001 From: MichalKinas Date: Wed, 25 Feb 2026 13:42:00 +0100 Subject: [PATCH] Release to NPM registry only --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38755f26c5..8722a99ba2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,15 +95,6 @@ jobs: run: | npx nx run-many -t build --prod --skip-nx-cache npx nx run-many -t build-schematics - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 - name: release libraries GH registry - with: - node-version-file: '.nvmrc' - registry-url: 'https://npm.pkg.github.com' - scope: '@alfresco' - - run: npx nx run-many -t npm-publish --tag=${{ steps.setup.outputs.npm-tag }} || exit 1 - env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 name: release libraries Npm registry with: