File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 44 release :
55 types : [created]
66 push :
7- branches : ' *'
7+ branches :
8+ - " *"
89 paths :
910 - " header-gen/**"
1011 - " **/header-gen.yml"
1112 pull_request :
12- branches : ' *'
13+ branches :
14+ - " *"
1315 paths :
1416 - " header-gen/**"
1517 - " **/header-gen.yml"
2931 uses : actions/setup-node@v4
3032 with :
3133 node-version : ' 20'
32- registry-url : " https://npm.pkg.github.com "
34+ registry-url : " https://registry.npmjs.org "
3335 cache : npm
3436 cache-dependency-path : header-gen/package-lock.json
3537
5658 if : github.event_name == 'release' && github.event.action == 'created'
5759 working-directory : ./header-gen
5860 env :
59- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
61+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
2- "name" : " @microbit-foundation /ml-header-generator" ,
2+ "name" : " @microbit/ml-header-generator" ,
33 "version" : " 0.4.0" ,
44 "description" : " A simple TS script to generate a header blob for the ML runner" ,
55 "author" :
" Micro:bit Educational Foundation <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments