File tree 3 files changed +18
-2
lines changed
Packages/com.koki-ibukuro.arkitstream
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : UPM on npsjs.com
2
+ on :
3
+ release :
4
+ types : [created]
5
+ jobs :
6
+ publish :
7
+ runs-on : ubuntu-latest
8
+ steps :
9
+ - uses : actions/checkout@v3
10
+ - uses : actions/setup-node@v3
11
+ with :
12
+ registry-url : ' https://registry.npmjs.org'
13
+ - run : npm publish
14
+ working-directory : Packages/com.koki-ibukuro.arkitstream
15
+ env :
16
+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change 18
18
"license" : " SEE LICENSE IN LICENSE" ,
19
19
"unity" : " 2020.3" ,
20
20
"unityRelease" : " 11f1" ,
21
- "version" : " 0.5.0 " ,
21
+ "version" : " 0.5.1 " ,
22
22
"type" : " library" ,
23
23
"hideInEditor" : false
24
24
}
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Open the file `Packages/manifest.json` and add following lines into `scopedRegis
53
53
}
54
54
],
55
55
"dependencies" : {
56
- "com.koki-ibukuro.arkitstream" : " 0.5.0 " ,
56
+ "com.koki-ibukuro.arkitstream" : " 0.5.1 " ,
57
57
...// other dependencies
58
58
}
59
59
}
You can’t perform that action at this time.
0 commit comments