File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ jobs:
1616 - uses : actions/setup-node@v4
1717 with :
1818 node-version : 18
19- cache : " npm"
19+ cache : npm
20+ # NOTE: the explicit registry-url is currently needed for the auth token to work
2021 registry-url : https://registry.npmjs.org/
2122 - run : npm ci --package-lock
2223 - run : npm test
2324 - run : npm run lint:ci
2425 - run : npm publish --access public
2526 env :
26- NODE_AUTH_TOKEN : ${{secrets.npm_token }}
27+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 4040 "homepage" : " https://cap-js-community.github.io/feature-toggle-library/" ,
4141 "repository" : {
4242 "type" : " git" ,
43- "url" : " https://github.com/cap-js-community/feature-toggle-library.git"
43+ "url" : " git+ https://github.com/cap-js-community/feature-toggle-library.git"
4444 },
4545 "bugs" : {
4646 "url" : " https://github.com/cap-js-community/feature-toggle-library/issues"
You can’t perform that action at this time.
0 commit comments