From 92144c810258ca360a321deba70867bc888c0c31 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Tue, 17 Dec 2024 16:02:45 -0800 Subject: [PATCH] Remove release step in todesktop flow, since we need to run releases manually now - Leaving it commented out for the time being so we can revisit automating this later --- .github/workflows/desktop.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml index 5c035c9d..1e459e22 100644 --- a/.github/workflows/desktop.yml +++ b/.github/workflows/desktop.yml @@ -42,10 +42,10 @@ jobs: run: | npx todesktop build - - name: 📦 Release Desktop App - if: startsWith(github.ref, 'refs/tags/') - run: | - npx todesktop release --latest --force + # - name: 📦 Release Desktop App + # if: startsWith(github.ref, 'refs/tags/') + # run: | + # npx todesktop release --latest --force - name: ⤵️ Get Desktop Apps if: startsWith(github.ref, 'refs/tags/')