File tree Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 env :
1212 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
13- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
13+ GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
1414 steps :
1515 # Checkout the code
1616 - name : Checkout code
3939 - name : Build client
4040 run : yarn build-client
4141
42- # Verify NPM_TOKEN
43- - name : Verify NPM_TOKEN
44- run : |
45- curl -H "Authorization: Bearer $NPM_TOKEN" https://registry.npmjs.org/-/whoami
46-
4742 # Semantic release step: Automatically determine the version and release
4843 - name : Semantic release the package
4944 run : yarn release
Original file line number Diff line number Diff line change 1515 "yarn.lock",
1616 "CHANGELOG.md"
1717 ],
18- "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes} "
18+ "message": "chore(release): ${nextRelease.version}"
1919 }
2020 ]
2121 ]
Original file line number Diff line number Diff line change 44[ ![ Downloads] ( https://img.shields.io/npm/dm/nopalm.svg )] ( https://npmjs.com/nopalm )
55[ ![ Install size] ( https://packagephobia.now.sh/badge?p=nopalm )] ( https://packagephobia.now.sh/result?nopalm )
66
7-
87## RATIONALE
98
109* Having trouble in creating and managing multiple Node.Js projects during local development? Prefer using user interfaces over CLIs for larger project management?
Original file line number Diff line number Diff line change 22 "name" : " nopalm" ,
33 "description" : " One stop graphical solution to create and manage your local Node.Js projects end to end." ,
44 "main" : " lib/index.js" ,
5+ "version" : " 1.0.8" ,
56 "bin" : {
67 "nopalm" : " lib/index.js"
78 },
You can’t perform that action at this time.
0 commit comments