From c7877db61c7674a696c717be8fb99981dda597fe Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Thu, 28 May 2026 21:25:55 +0300 Subject: [PATCH] ci: draft --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cec8724..a1d4b39 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,7 +68,7 @@ jobs: with: uploadPlainBinary: true tagName: v__VERSION__ - releaseName: "v__VERSION__" + releaseName: "Emerald v__VERSION__" releaseBody: | # PLACEHOLDER. CHANGE ME releaseDraft: true @@ -99,5 +99,6 @@ jobs: with: tag_name: v${{ needs.get-version.outputs.version }} files: emerald.flatpak + draft: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}