File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed
Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -51,18 +51,19 @@ jobs:
5151 prerelease : true
5252 name : Dev-build ${{ steps.git-version.outputs.id }}
5353 tag : dev-build
54- - name : Upload to Modrinth
55- if : ${{ github.event_name == 'push' }}
56- uses : RubixDev/modrinth-upload@v1.0.0
57- with :
58- token : ${{ secrets.MODRINTH_TOKEN }}
59- file_path : build/libs/${{ steps.find-jar.outputs.jarname }}
60- name : Dev-build ${{ steps.git-version.outputs.id }}
61- version : ${{ steps.git-version.outputs.id }}
62- changelog : ${{ join(github.event.commits.*.message, '\n') }}
63- relations : TZOteSf2:required
64- game_versions : 1.7.2
65- release_type : beta
66- loaders : velocity
67- featured : false
68- project_id : 8lKLCxRW
54+ # TODO: modrinth upload was dead for about 5 months now, uncomment if needed.
55+ # - name: Upload to Modrinth
56+ # if: ${{ github.event_name == 'push' }}
57+ # uses: RubixDev/modrinth-upload@v1.0.0
58+ # with:
59+ # token: ${{ secrets.MODRINTH_TOKEN }}
60+ # file_path: build/libs/${{ steps.find-jar.outputs.jarname }}
61+ # name: Dev-build ${{ steps.git-version.outputs.id }}
62+ # version: ${{ steps.git-version.outputs.id }}
63+ # changelog: ${{ join(github.event.commits.*.message, '\n') }}
64+ # relations: TZOteSf2:required
65+ # game_versions: 1.7.2
66+ # release_type: beta
67+ # loaders: velocity
68+ # featured: false
69+ # project_id: 8lKLCxRW
You can’t perform that action at this time.
0 commit comments