Skip to content

Commit 65c47bb

Browse files
committed
ci: change release draft status to false for automatic publishing
1 parent 3a9ab91 commit 65c47bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
files: build/libs/**.jar
3535
body: ${{ steps.changelog.outputs.changelog }}
36-
draft: true
36+
draft: false
3737
- name: Publish to Modrinth
3838
run: ./gradlew modrinth
3939
env:

0 commit comments

Comments
 (0)