Skip to content

Commit

Permalink
Fix uploading binaries to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rattlecattle authored Aug 2, 2023
1 parent ae6fb23 commit 8ca83ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "./build/libs/*.jar"
tags: true
tags: false
draft: true

0 comments on commit 8ca83ec

Please sign in to comment.