Skip to content

Commit 5e5abb7

Browse files
committed
Disable Modrinth upload action
1 parent 06c057f commit 5e5abb7

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)