From bb572533595bbc554e6e089fa32a749262baece6 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 25 Feb 2024 21:26:19 +0100 Subject: [PATCH] change autoupdate.strategy from "latest_github_tag" to "latest_github_release" --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index cacdf82..d8236c6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -59,7 +59,7 @@ ram.runtime = "150M" url = "https://github.com/gristlabs/grist-core/archive/refs/tags/v1.1.11.tar.gz" sha256 = "9e71715cda10fd38070c9d4679a3e9b8988669455556fa447cae17a0543c7198" - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" [resources.system_user]