File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Publish package
2+
3+ on :
4+ release :
5+ types : [published]
6+ workflow_dispatch :
7+
8+ jobs :
9+ publish :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v2
13+ - uses : actions/setup-node@v2
14+ with :
15+ registry-url : https://registry.npmjs.org/
16+ - run : npm install
17+ - run : npm publish --access public
18+ env :
19+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change 99 ],
1010 "author" : {
1111 "name" : " Adam Sasine" ,
12- "email" : " adam.sasine@gmail.com" ,
1312 "url" : " https://github.com/asasine"
1413 },
14+ "homepage" : " https://github.com/asasine/BehaviorTree.NET" ,
15+ "bugs" : {
16+ "url" : " https://github.com/asasine/BehaviorTree.NET/issues"
17+ },
18+ "license" : " MIT" ,
19+ "files" : [
20+ " /LICENSE.md" ,
21+ " /LICENSE.md.meta" ,
22+ " /README.md" ,
23+ " /README.md.meta" ,
24+ " /package.json" ,
25+ " /package.json.meta" ,
26+ " /Runtime" ,
27+ " /Runtime.meta" ,
28+ ],
1529 "type" : " library"
1630}
You can’t perform that action at this time.
0 commit comments