mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +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:
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/')
|
||||||
|
|||||||
Reference in New Issue
Block a user