diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04e9d3abee..c2c68eac6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,6 +47,8 @@ jobs: node-version-file: '.nvmrc' registry-url: 'https://${{ vars.NPM_REGISTRY_ADDRESS }}' scope: '@alfresco' + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }} - name: Publish to NPM if: ${{ !inputs.dry-run }}