feat: update NPM publish workflow to use NODE_AUTH_TOKEN and adjust CLI entry point

This commit is contained in:
Nawaz Dhandala
2026-02-18 16:03:32 +00:00
parent 7bf03074b2
commit 8b3912d369
4 changed files with 27 additions and 6 deletions

View File

@@ -1461,6 +1461,8 @@ jobs:
run: npm run prerun
- name: Publish NPM Packages
run: bash ./Scripts/NPM/PublishAllPackages.sh
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
docs-docker-image-deploy: