Skip to content

Commit dfe6610

Browse files
committed
2 parents 8619eea + f62cfb0 commit dfe6610

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/npm-publish-github-packages.yml renamed to .github/workflows/npm-publish-package.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
publish-yarn:
9+
environment: publish-package
910
runs-on: ubuntu-latest
1011
permissions:
1112
contents: read
@@ -18,6 +19,7 @@ jobs:
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}}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",
@@ -34,4 +34,4 @@
3434
"registry": "https://registry.npmjs.org"
3535
},
3636
"main": "src/index.mjs"
37-
}
37+
}

0 commit comments

Comments
 (0)