File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Release
22
33on :
44 release :
5- types : published
5+ types : [ published]
66jobs :
77 release :
88 runs-on : ubuntu-latest
1111 - name : Setup NodeJS
1212 uses : actions/setup-node@v4
1313 with :
14- node-version : ' 18'
15- registry-url : ' https://registry.npmjs.org'
16- scope : ' @jfrog '
14+ node-version : ' 18'
15+ registry-url : ' https://registry.npmjs.org'
16+
1717 - name : Install
1818 run : npm i
1919 - name : Update version
Original file line number Diff line number Diff line change 11{
22 "name" : " nuget-deps-tree" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " NuGet dependency tree generator" ,
55 "license" : " Apache-2.0" ,
66 "homepage" : " https://github.com/jfrog/nuget-deps-tree" ,
77 "repository" : {
88 "type" : " git" ,
9- "url" : " https://github.com/jfrog/nuget-deps-tree"
9+ "url" : " git+ https://github.com/jfrog/nuget-deps-tree.git "
1010 },
1111 "bugs" : {
1212 "url" : " https://github.com/jfrog/nuget-deps-tree/issues"
You can’t perform that action at this time.
0 commit comments