File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
publish-yarn :
9
+ environment : publish-package
9
10
runs-on : ubuntu-latest
10
11
permissions :
11
12
contents : read
18
19
node-version : " 14.x"
19
20
registry-url : " https://registry.npmjs.org"
20
21
scope : " @modifiedcommand"
21
- - run : yarn publish --access public
22
+ - name : Publish
23
+ run : yarn publish --access public
22
24
env :
23
- NODE_AUTH_TOKEN : ${{ secrets.NPMTOKEN }}
25
+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 2
2
"name" : " @modifiedcommand/convert-minecraft-java-texture-to-bedrock-api" ,
3
3
"type" : " module" ,
4
4
"productName" : " ConvertJavaTextureToBedrockApi" ,
5
- "version" : " 4.0.11 " ,
5
+ "version" : " 4.1.0 " ,
6
6
"description" : " API for convert Minecraft Java texture packs to Bedrock texture packs" ,
7
7
"keywords" : [
8
8
" Minecraft" ,
34
34
"registry" : " https://registry.npmjs.org"
35
35
},
36
36
"main" : " src/index.mjs"
37
- }
37
+ }
You can’t perform that action at this time.
0 commit comments