chore: revert some release workflow steps

This commit is contained in:
Antonella Sgarlatta
2025-07-22 20:53:51 -03:00
parent f1f9070dcc
commit 259017bd39
2 changed files with 6 additions and 1 deletions

View File

@@ -78,6 +78,11 @@ jobs:
- run: yarn install --immutable
- name: Rebuild Electron Native Modules
run: yarn workspace @standardnotes/desktop rebuild:home-server
- run: yarn build:desktop
- run: echo APP_VERSION=$(node -p "require('./../web/package.json').version") >> $GITHUB_ENV
- name: Compile for AppImage