diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index 61ae7b4..7a2cd00 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -43,5 +43,6 @@ jobs: files: | message-pusher message-pusher-arm64 + draft: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/macos-release.yml b/.github/workflows/macos-release.yml index b7f45b1..3d5aa82 100644 --- a/.github/workflows/macos-release.yml +++ b/.github/workflows/macos-release.yml @@ -36,5 +36,6 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: message-pusher-macos + draft: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index c2562b0..4511780 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -39,5 +39,6 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: message-pusher.exe + draft: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file