From 8ca83ec182f552e17dab4b87e007960757be1d8d Mon Sep 17 00:00:00 2001 From: rattlecattle <88964262+rattlecattle@users.noreply.github.com> Date: Wed, 2 Aug 2023 14:14:43 +0530 Subject: [PATCH] Fix uploading binaries to releases --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 610c5e7..e5c848e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,5 +41,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: file: "./build/libs/*.jar" - tags: true + tags: false draft: true