We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e496d68 commit 346e0b7Copy full SHA for 346e0b7
.github/workflows/release.yml
@@ -25,6 +25,6 @@ jobs:
25
ORG_GRADLE_PROJECT_mavenPassword: ${{ secrets.MAVEN_PASSWORD }}
26
27
- name: Publish to modrinth
28
- run: ./gradlew modrinth
+ run: ./gradlew modrinth -Pbuild.release=true
29
env:
30
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
0 commit comments