fix: correct GitHub Release download URL and simplify tag format

Use v{version} tags instead of agent-desktop-v{version} by setting
include-component-in-tag: false in release-please config.
This commit is contained in:
Lahfir 2026-02-23 01:20:16 -08:00
parent 084fc8c960
commit 8f66a9346e

View file

@ -3,6 +3,7 @@
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": false,
"packages": {
".": {
"package-name": "agent-desktop",