diff --git a/.github/workflows/tauri_ci.yml b/.github/workflows/tauri_ci.yml index f009b812..418c7720 100644 --- a/.github/workflows/tauri_ci.yml +++ b/.github/workflows/tauri_ci.yml @@ -45,6 +45,6 @@ jobs: with: tagName: app-v__VERSION__ releaseName: 'App v__VERSION__' - releaseBody: 'See the assets to download this version and install.' + releaseBody: 'Download Amethyst Tauri beta below.' releaseDraft: true - prerelease: false \ No newline at end of file + prerelease: true \ No newline at end of file