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 57
57
with :
58
58
node-version : ${{ matrix.node }}
59
59
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
-
70
60
- name : Set up npm authentication
71
61
run : |
72
62
echo "//localhost:4873/:_auth=$(echo -n 'dummy:dummy' | base64)" >> ~/.npmrc
78
68
echo "Waiting for Verdaccio to be ready..."; sleep 2;
79
69
done
80
70
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
+
82
82
- name : Setup staging npm package
83
83
if : ${{ github.event.inputs.package_url != '' }}
84
84
run : |
You can’t perform that action at this time.
0 commit comments