From 5ad3dca38dc9d09b5726405d09efa59dc78d2d7b Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Fri, 5 Jun 2026 00:03:13 +0100 Subject: [PATCH] AAE-46684 fix release workflow eslint publish fix provenance (#11963) * [AAE-46514] - Fix release workflow * [AAE-46514] - Fix release workflow - devDependencies * [AAE-46514] - Disabling provenance for Github packages as this is already given from the repo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7b935fa7e..a6224ace54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: node-version-file: '.nvmrc' registry-url: 'https://npm.pkg.github.com' scope: '@alfresco' - - run: pnpm run publish --tag ${{ steps.setup.outputs.npm-tag }} + - run: pnpm run publish --tag ${{ steps.setup.outputs.npm-tag }} --provenance=false env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0