File tree 4 files changed +3
-8
lines changed
4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
env :
12
12
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
13
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
13
+ GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
14
14
steps :
15
15
# Checkout the code
16
16
- name : Checkout code
39
39
- name : Build client
40
40
run : yarn build-client
41
41
42
- # Verify NPM_TOKEN
43
- - name : Verify NPM_TOKEN
44
- run : |
45
- curl -H "Authorization: Bearer $NPM_TOKEN" https://registry.npmjs.org/-/whoami
46
-
47
42
# Semantic release step: Automatically determine the version and release
48
43
- name : Semantic release the package
49
44
run : yarn release
Original file line number Diff line number Diff line change 15
15
"yarn.lock",
16
16
"CHANGELOG.md"
17
17
],
18
- "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes} "
18
+ "message": "chore(release): ${nextRelease.version}"
19
19
}
20
20
]
21
21
]
Original file line number Diff line number Diff line change 4
4
[ ![ Downloads] ( https://img.shields.io/npm/dm/nopalm.svg )] ( https://npmjs.com/nopalm )
5
5
[ ![ Install size] ( https://packagephobia.now.sh/badge?p=nopalm )] ( https://packagephobia.now.sh/result?nopalm )
6
6
7
-
8
7
## RATIONALE
9
8
10
9
* 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 2
2
"name" : " nopalm" ,
3
3
"description" : " One stop graphical solution to create and manage your local Node.Js projects end to end." ,
4
4
"main" : " lib/index.js" ,
5
+ "version" : " 1.0.8" ,
5
6
"bin" : {
6
7
"nopalm" : " lib/index.js"
7
8
},
You can’t perform that action at this time.
0 commit comments