Skip to content

Commit 52980ae

Browse files
committed
Fix latest.json formatting
4 spaces, not 2. Who knew.
1 parent 42d81ab commit 52980ae

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ jobs:
109109
# Write to /tmp first (will copy to main branch later)
110110
cat > /tmp/latest.json << EOF
111111
{
112-
"version": "$VERSION",
113-
"notes": $NOTES,
114-
"pub_date": "$(date -u +%Y-%m-%dT%H:%M:%SZ)",
115-
"platforms": {
116-
"darwin-universal": {
117-
"signature": "${{ steps.artifacts.outputs.signature }}",
118-
"url": "https://github.com/vdavid/cmdr/releases/download/${{ github.ref_name }}/${{ steps.artifacts.outputs.filename }}"
112+
"version": "$VERSION",
113+
"notes": $NOTES,
114+
"pub_date": "$(date -u +%Y-%m-%dT%H:%M:%SZ)",
115+
"platforms": {
116+
"darwin-universal": {
117+
"signature": "${{ steps.artifacts.outputs.signature }}",
118+
"url": "https://github.com/vdavid/cmdr/releases/download/${{ github.ref_name }}/${{ steps.artifacts.outputs.filename }}"
119+
}
119120
}
120-
}
121121
}
122122
EOF
123123

apps/website/public/latest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.3.1",
3-
"notes": "\n### Added\n\n- Add custom title bar, 4px narrower for more content space ([33e90c8](https://github.com/vdavid/cmdr/commit/33e90c8))\n\n### Changed\n\n- Replace rusty icon with yellow one ([79777e3](https://github.com/vdavid/cmdr/commit/79777e3))\n\n### Fixed\n\n- Fix app name in task switcher: shows \"Cmdr\" instead of \"cmdr\" ([8117300](https://github.com/vdavid/cmdr/commit/8117300))\n",
4-
"pub_date": "2026-01-14T00:54:48Z",
5-
"platforms": {
6-
"darwin-universal": {
7-
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVRS2pCYTdOaDlnb3Y3ZHZteXQvK2ZITlVFbGY1SVdkQW9weVNsL2R3QWNTNW1zcmpvY2o5eUFQR2E0SE1NZm1Sd0NxSlRMR2RCeXFCUllJemlQejBaY01KcURiRzltMXdNPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY4MzUyMDc5CWZpbGU6Q21kci5hcHAudGFyLmd6Ck0rbW9NVit0RjlPcWo3dnhhaTZTYVlwNVBrcXd1bnhZWmFiTTRYNDhWTUpzZXl0ejgxYUxSVSt6YmM4MDBTVW54NHptSjZkZGhLbnFwMDRBSUNmL0N3PT0K",
8-
"url": "https://github.com/vdavid/cmdr/releases/download/v0.3.1/Cmdr.app.tar.gz"
2+
"version": "0.3.1",
3+
"notes": "\n### Added\n\n- Add custom title bar, 4px narrower for more content space ([33e90c8](https://github.com/vdavid/cmdr/commit/33e90c8))\n\n### Changed\n\n- Replace rusty icon with yellow one ([79777e3](https://github.com/vdavid/cmdr/commit/79777e3))\n\n### Fixed\n\n- Fix app name in task switcher: shows \"Cmdr\" instead of \"cmdr\" ([8117300](https://github.com/vdavid/cmdr/commit/8117300))\n",
4+
"pub_date": "2026-01-14T00:54:48Z",
5+
"platforms": {
6+
"darwin-universal": {
7+
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVRS2pCYTdOaDlnb3Y3ZHZteXQvK2ZITlVFbGY1SVdkQW9weVNsL2R3QWNTNW1zcmpvY2o5eUFQR2E0SE1NZm1Sd0NxSlRMR2RCeXFCUllJemlQejBaY01KcURiRzltMXdNPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY4MzUyMDc5CWZpbGU6Q21kci5hcHAudGFyLmd6Ck0rbW9NVit0RjlPcWo3dnhhaTZTYVlwNVBrcXd1bnhZWmFiTTRYNDhWTUpzZXl0ejgxYUxSVSt6YmM4MDBTVW54NHptSjZkZGhLbnFwMDRBSUNmL0N3PT0K",
8+
"url": "https://github.com/vdavid/cmdr/releases/download/v0.3.1/Cmdr.app.tar.gz"
9+
}
910
}
10-
}
1111
}

0 commit comments

Comments
 (0)