We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b995a commit 711ada7Copy full SHA for 711ada7
1 file changed
.github/workflows/gradle-publish-dev.yml
@@ -67,28 +67,6 @@ jobs:
67
-F name="SBA-${TAG}.jar" \
68
-F attachment=@${FILE}
69
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
-
92
- name: Publish to Modrinth (Beta)
93
uses: Kir-Antipov/mc-publish@v3.3
94
if: env.GITEA_ACTIONS == 'true'
0 commit comments