File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 publish-yarn :
9+ environment : publish-package
910 runs-on : ubuntu-latest
1011 permissions :
1112 contents : read
1819 node-version : " 14.x"
1920 registry-url : " https://registry.npmjs.org"
2021 scope : " @modifiedcommand"
21- - run : yarn publish --access public
22+ - name : Publish
23+ run : yarn publish --access public
2224 env :
23- NODE_AUTH_TOKEN : ${{ secrets.NPMTOKEN }}
25+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 22 "name" : " @modifiedcommand/convert-minecraft-java-texture-to-bedrock-api" ,
33 "type" : " module" ,
44 "productName" : " ConvertJavaTextureToBedrockApi" ,
5- "version" : " 4.0.11 " ,
5+ "version" : " 4.1.0 " ,
66 "description" : " API for convert Minecraft Java texture packs to Bedrock texture packs" ,
77 "keywords" : [
88 " Minecraft" ,
3434 "registry" : " https://registry.npmjs.org"
3535 },
3636 "main" : " src/index.mjs"
37- }
37+ }
You can’t perform that action at this time.
0 commit comments