Skip to content

Commit 346e0b7

Browse files
committed
fix: add release property to modrinth task
1 parent e496d68 commit 346e0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
ORG_GRADLE_PROJECT_mavenPassword: ${{ secrets.MAVEN_PASSWORD }}
2626

2727
- name: Publish to modrinth
28-
run: ./gradlew modrinth
28+
run: ./gradlew modrinth -Pbuild.release=true
2929
env:
3030
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}

0 commit comments

Comments
 (0)