File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929
3030 - name : Build wasm
3131 run : nix build ".#wasm"
32-
32+
3333 - name : Publish built wasm package
34+ env :
35+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3436 run : |
3537 cd ./result/js
36- echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > .npmrc
37- echo "@minecraftmetascript:registry=https://npm.pkg.github.com" >> .npmrc
3838 npm publish --access public
3939
4040
Original file line number Diff line number Diff line change 1+ @minecraftmetascript:registry = https://npm.pkg.github.com
Original file line number Diff line number Diff line change 11{
2- "name" : " @mms/ wasm" ,
2+ "name" : " @minecraftmetascript/mms- wasm" ,
33 "version" : " 0.2.0" ,
44 "keywords" : [],
55 "author" : " " ,
You can’t perform that action at this time.
0 commit comments