Skip to content

Commit cd1af63

Browse files
author
Rajat
committed
Removed npm login step
1 parent 09a29a5 commit cd1af63

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-packages.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
run: |
3737
npm i pnpm@latest -g
3838
39-
- name: Authenticate with Registry
40-
run: |
41-
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
42-
npm whoami
43-
env:
44-
NPM_TOKEN: ${{ secrets.NPM }}
39+
# - name: Authenticate with Registry
40+
# run: |
41+
# echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
42+
# npm whoami
43+
# env:
44+
# NPM_TOKEN: ${{ secrets.NPM }}
4545

4646
- name: Install dependencies
4747
run: pnpm install

0 commit comments

Comments
 (0)