Use as default prod (#8342)

* Use as default prod

* remove restricted
This commit is contained in:
Maurizio Vitale
2023-03-06 16:54:49 +01:00
committed by GitHub
parent 52a733d2a2
commit 8567b147be
2 changed files with 15 additions and 8 deletions

View File

@@ -199,7 +199,7 @@ jobs:
node-version: 14
registry-url: 'https://npm.pkg.github.com'
scope: '@alfresco'
- run: nx affected --target=npm-publish $NX_CALCULATION_FLAGS --tag=$TAG_NPM -- --access restricted || exit 1
- run: nx affected --target=npm-publish $NX_CALCULATION_FLAGS --tag=$TAG_NPM || exit 1
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3