Skip to content

Commit 711ada7

Browse files
author
Jonathan Boisclair
committed
remove duplicate upload to modrinth
1 parent b2b995a commit 711ada7

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

.github/workflows/gradle-publish-dev.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -67,28 +67,6 @@ jobs:
6767
-F name="SBA-${TAG}.jar" \
6868
-F attachment=@${FILE}
6969
70-
- name: Publish to Modrinth (Beta)
71-
uses: Kir-Antipov/mc-publish@v3.3
72-
if: env.GITEA_ACTIONS == 'true'
73-
with:
74-
files: "*.jar"
75-
version: ${{ steps.read_property.outputs.value}}
76-
version-type: beta
77-
modrinth-id: lJPKRQLl
78-
modrinth-featured: false
79-
modrinth-unfeature-mode: any
80-
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
81-
java: |
82-
11
83-
17
84-
21
85-
loaders: |
86-
paper
87-
purpur
88-
spigot
89-
game-versions: |
90-
>=1.8.8 <=1.21.10
91-
9270
- name: Publish to Modrinth (Beta)
9371
uses: Kir-Antipov/mc-publish@v3.3
9472
if: env.GITEA_ACTIONS == 'true'

0 commit comments

Comments
 (0)