16:41:05 .merge+ 2474 16:41:05 Added 16:46:37 plowsof, noticed the versions in that workflow are 1800, should they be 1840? 16:51:12 can't hurt , we're just using the gui's built-in auto update verify tool ..... a 'grab latest tag' so it's not hard coded can be a todo 16:52:39 Yeah, not for this pr, just curious 16:53:54 lets see if this works https://stackoverflow.com/a/67404585 16:55:33 curl "https://api.github.com/repos/monero-project/monero-gui/tags" | jq -r '.[0].name' 17:05:59 oh ok, so its using v18.0.0 to verify latest tag. v18.0.0 is "known working" , if the verify is broke in the new tag, then it could cause confusion, but we'd also like to know if it where broken.. hm 17:06:47 ofrnxmr 17:08:45 You can also check releases, idk whata better tho 17:09:29 `curl -ls "https://api.github.com/repos/$project/$repo/releases/latest" | jq -r '.tag_name'` 17:09:30 Nodo (used to) do this 17:28:39 plowsof: you need at least one before latest 17:29:12 ideally you want to know if the previous version can show that a new release is out 17:29:26 Ah i see, thanks selsta 17:29:50 because the newest version wouldn't update to itself 17:30:58 binaryFate: everything is ready for DNS update 17:58:46 https://www.zerobin.net/?3285d1bc3f4412a5#m4AD/WVhokTCUjovnI4es4jdDd/ePmEPR+hCLybk/vw= plowsof 17:59:32 just trying to run a similar patch to test , thanks xD 18:37:10 .merge+ 2475 18:37:10 Added