File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 5555
5656 env :
5757 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
58+
59+ - name : Trigger UI Update
60+ run : |
61+ curl -L \
62+ -X POST \
63+ -H "Accept: application/vnd.github+json" \
64+ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
65+ -H "X-GitHub-Api-Version: 2022-11-28" \
66+ https://api.github.com/repos/MinecraftMetascript/ui/dispatches \
67+ -d '{"event_type":"mms_release"}'
Original file line number Diff line number Diff line change 6767
6868 packages . default = pkgs . buildGoModule {
6969 pname = "mms" ;
70- version = "0.2.5 " ;
70+ version = "0.2.6 " ;
7171 src = ./. ;
7272 vendorHash = null ;
7373 # If you use vendoring, run `go mod vendor` and replace null with the hash
8080
8181 packages . wasm = pkgs . stdenvNoCC . mkDerivation {
8282 pname = "mms-wasm" ;
83- version = "0.2.5 " ;
83+ version = "0.2.6 " ;
8484 src = ./. ;
8585 buildInputs = [ pkgs . go ] ;
8686 buildPhase = ''
Original file line number Diff line number Diff line change 11{
22 "name" : " @minecraftmetascript/mms-wasm" ,
3- "version" : " 0.2.5 " ,
3+ "version" : " 0.2.6 " ,
44 "keywords" : [],
55 "author" : " " ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments