mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-22 04:08:08 +00:00
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:
parent
f291884921
commit
92144c8102
1 changed files with 4 additions and 4 deletions
8
.github/workflows/desktop.yml
vendored
8
.github/workflows/desktop.yml
vendored
|
@ -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/')
|
||||
|
|
Loading…
Reference in a new issue