File tree Expand file tree Collapse file tree 1 file changed +17
-14
lines changed
Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -39,23 +39,26 @@ jobs:
3939 github_token : ${{ secrets.GITHUB_TOKEN }}
4040 publish_dir : ./target/site/apidocs
4141 - name : Release
42- uses : Kir-Antipov/mc-publish@v3
42+ uses : HSGamer/action-mcreleaser@main
4343 with :
44- github-token : ${{ secrets.GITHUB_TOKEN }}
45- modrinth-id : SekuiXMA
46- modrinth-token : ${{ secrets.MODRINTH_TOKEN }}
47- modrinth-featured : true
48- loaders : |
44+ files : |
45+ target/bettergui-*-shaded.jar
46+ target/bettergui-*-@(sources|javadoc).jar
47+ env :
48+ DESCRIPTION : ${{ steps.changelog.outputs.changelog }}
49+ GAME_VERSIONS : " 1.8..latest"
50+
51+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52+
53+ MODRINTH_TOKEN : ${{ secrets.MODRINTH_TOKEN }}
54+ MODRINTH_PROJECT : SekuiXMA
55+ MODRINTH_LOADERS : |
4956 bukkit
5057 spigot
5158 paper
5259 purpur
5360 folia
54- game-versions : " >=1.8"
55- game-version-filter : releases
56- files : |
57- target/bettergui-*-shaded.jar
58- target/bettergui-*-@(sources|javadoc).jar
59- name : ${{ github.ref_name }}
60- changelog : ${{ steps.changelog.outputs.changelog }}
61- version : ${{ github.ref_name }}
61+
62+ HANGAR_KEY : ${{ secrets.HANGAR_KEY }}
63+ HANGAR_PROJECT : BetterGUI
64+ HANGAR_PLATFORM : paper
You can’t perform that action at this time.
0 commit comments