ci: use custom task executor instead of nx

This commit is contained in:
Abdullah Atta
2025-10-04 08:27:09 +05:00
parent c239f490b0
commit 7f473ce7c8

View File

@@ -408,7 +408,7 @@ jobs:
working-directory: ./apps/desktop
- name: Build
run: npx nx run release --project @notesnook/desktop
run: node scripts/execute.mjs @notesnook/desktop:release
- name: Publish
env: