Skip to content

Commit

Permalink
Remove release step in todesktop flow, since we need to run releases …
Browse files Browse the repository at this point in the history
…manually now

- Leaving it commented out for the time being so we can revisit automating this later
  • Loading branch information
sabaimran committed Dec 18, 2024
1 parent f291884 commit 92144c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit 92144c8

Please sign in to comment.