Skip to content

Commit dcc5a18

Browse files
committed
revert login step
1 parent d1f1d6d commit dcc5a18

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/reviewing_changes.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ jobs:
5757
with:
5858
node-version: ${{ matrix.node }}
5959

60-
- name: Install npm-cli-login
61-
run: npm install -g npm-cli-login
62-
6360
- name: Setup staging npm package
6461
if: ${{ github.event.inputs.package_url != '' }}
6562
run: |
@@ -71,11 +68,7 @@ jobs:
7168
echo "Waiting for Verdaccio to be ready..."; sleep 2;
7269
done
7370
npm config set registry http://localhost:4873
74-
npm-cli-login \
75-
--username dummy \
76-
--password dummy \
77-
78-
--registry http://localhost:4873
71+
npx npm-cli-adduser -u dummy -p dummy -e [email protected] -r http://localhost:4873
7972
npm publish staging_package.tgz --registry http://localhost:4873/
8073
shell: bash
8174

0 commit comments

Comments
 (0)