We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9ab91 commit 65c47bbCopy full SHA for 65c47bb
1 file changed
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
files: build/libs/**.jar
35
body: ${{ steps.changelog.outputs.changelog }}
36
- draft: true
+ draft: false
37
- name: Publish to Modrinth
38
run: ./gradlew modrinth
39
env:
0 commit comments