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
This commit is contained in:
sabaimran 2024-12-17 16:02:45 -08:00
parent f291884921
commit 92144c8102

View file

@ -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/')