mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-22 12:18:09 +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: |
|
run: |
|
||||||
npx todesktop build
|
npx todesktop build
|
||||||
|
|
||||||
- name: 📦 Release Desktop App
|
# - name: 📦 Release Desktop App
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
# if: startsWith(github.ref, 'refs/tags/')
|
||||||
run: |
|
# run: |
|
||||||
npx todesktop release --latest --force
|
# npx todesktop release --latest --force
|
||||||
|
|
||||||
- name: ⤵️ Get Desktop Apps
|
- name: ⤵️ Get Desktop Apps
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
|
Loading…
Reference in a new issue