Skip to content

Commit

Permalink
Make auto release no longer draft
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdbeerbaerLP authored Jun 10, 2024
1 parent a88d016 commit 9d96997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.COMMIT_SHORT_SHA }}
name: Version ${{ env.COMMIT_SHORT_SHA }}
draft: true
name: Build ${{ env.COMMIT_SHORT_SHA }}
draft: false
prerelease: false
artifacts: "*.jar"
body: |
Expand Down

0 comments on commit 9d96997

Please sign in to comment.