Skip to content

Commit d9d9e70

Browse files
committed
fix: remove NODE_AUTH_TOKEN environment variable from NPM publish step
1 parent 8b3912d commit d9d9e70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,8 +1461,6 @@ jobs:
14611461
run: npm run prerun
14621462
- name: Publish NPM Packages
14631463
run: bash ./Scripts/NPM/PublishAllPackages.sh
1464-
env:
1465-
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
14661464

14671465

14681466
docs-docker-image-deploy:

0 commit comments

Comments
 (0)