Release to NPM registry only

This commit is contained in:
MichalKinas
2026-02-25 13:42:00 +01:00
parent 8fb5937834
commit 5046074808
-9
View File
@@ -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: