File tree Expand file tree Collapse file tree 5 files changed +13
-3
lines changed
Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 6060 run : npm publish ./react --access public --provenance --tag insiders
6161 env :
6262 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
63+
64+ - name : Publish `@jinshuju/field-icons-react-native`
65+ run : npm publish ./react-native --access public --provenance --tag insiders
66+ env :
67+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 5454 run : npm publish ./react --access public --provenance --tag ${{ env.RELEASE_CHANNEL }}
5555 env :
5656 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
57+
58+ - name : Publish `@jinshuju/field-icons-react-native`
59+ run : npm publish ./react-native --access public --provenance --tag ${{ env.RELEASE_CHANNEL }}
60+ env :
61+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " @jinshuju/field-icons" ,
3- "version" : " 4.0.4 " ,
3+ "version" : " 4.0.5-alpha.1 " ,
44 "license" : " MIT" ,
55 "repository" : " https://github.com/jinshuju/field-icons.git" ,
66 "files" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @jinshuju/field-icons-react-native" ,
33 "license" : " MIT" ,
4- "version" : " 4.0.4 " ,
4+ "version" : " 4.0.5-alpha.1 " ,
55 "description" : " React Native icons for Jinshuju fields" ,
66 "keywords" : [],
77 "homepage" : " https://github.com/jinshuju/field-icons#readme" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jinshuju/field-icons-react" ,
33 "license" : " MIT" ,
4- "version" : " 4.0.4 " ,
4+ "version" : " 4.0.5-alpha.1 " ,
55 "description" : " " ,
66 "keywords" : [],
77 "homepage" : " https://github.com/jinshuju/field-icons#readme" ,
You can’t perform that action at this time.
0 commit comments