Skip to content

Commit 845a69f

Browse files
committed
fix: align desktop app version with main app and use main version for releases
1 parent 57fe24d commit 845a69f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/desktop-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
id: version-check
8686
run: |
8787
if git diff HEAD~1 HEAD --name-only | grep -q "apps/desktop/package\.json" && git diff HEAD~1 HEAD | grep -E "^\+.*version.*[0-9]+\.[0-9]+\.[0-9]+"; then
88-
VERSION=$(node -p "require('./apps/desktop/package.json').version")
88+
VERSION=$(node -p "require('./package.json').version")
8989
echo "version-changed=true" >> $GITHUB_OUTPUT
9090
echo "new-version=v$VERSION" >> $GITHUB_OUTPUT
9191
else

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typelets-desktop",
3-
"version": "0.1.1",
3+
"version": "0.4.23",
44
"description": "Typelets Desktop - Secure Note Taking App",
55
"main": "dist/main.js",
66
"author": "Typelets Team",

0 commit comments

Comments
 (0)