File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 5757 with :
5858 node-version : ${{ matrix.node }}
5959
60- - name : Register user with Verdaccio
61- run : |
62- curl -X PUT http://localhost:4873/-/user/org.couchdb.user:dummy \
63- -H "Content-Type: application/json" \
64- -d '{
65- "name": "dummy",
66- "password": "dummy",
67- 68- }'
69-
7060 - name : Set up npm authentication
7161 run : |
7262 echo "//localhost:4873/:_auth=$(echo -n 'dummy:dummy' | base64)" >> ~/.npmrc
7868 echo "Waiting for Verdaccio to be ready..."; sleep 2;
7969 done
8070 npm config set registry http://localhost:4873
81-
71+
72+ - name : Register user with Verdaccio
73+ run : |
74+ curl -X PUT http://localhost:4873/-/user/org.couchdb.user:dummy \
75+ -H "Content-Type: application/json" \
76+ -d '{
77+ "name": "dummy",
78+ "password": "dummy",
79+ 80+ }'
81+
8282 - name : Setup staging npm package
8383 if : ${{ github.event.inputs.package_url != '' }}
8484 run : |
You can’t perform that action at this time.
0 commit comments