File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- name : Node.js Package
1+ name : Publish to npmjs
22
33on :
44 release :
2626 - uses : actions/setup-node@v4
2727 with :
2828 node-version : 20
29- registry-url : https://npm.pkg.github.com/
3029 - run : npm install
3130 - run : npm run build
32- - run : npm publish --registry=https://npm.pkg.github.com/
31+ - run : npm publish
3332 env :
34- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN }}
33+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1- @betteridea-dev :registry = https://npm.pkg.github.com
1+ @betteridea:registry = https://registry.npmjs.org/
Original file line number Diff line number Diff line change 11{
2- "name" : " @betteridea-dev /codecell" ,
2+ "name" : " @betteridea/codecell" ,
33 "repository" : {
44 "type" : " git" ,
55 "url" : " git+https://github.com/betteridea-dev/codecell.git"
2828 " /dist"
2929 ],
3030 "publishConfig" : {
31- "access" : " public" ,
32- "@betteridea-dev:registry" : " https://npm.pkg.github.com"
31+ "access" : " public"
3332 },
3433 "type" : " module" ,
3534 "scripts" : {
You can’t perform that action at this time.
0 commit comments