[Komodo] Commit Sync: update dev.toml

This commit is contained in:
komodo
2025-02-08 23:02:55 +00:00
parent ec7cf760d5
commit 7b14cb0ec0

View File

@ -161,6 +161,27 @@ executions = [
##
[[action]]
name = "publish-dev"
tags = ["dev"]
[action.config]
file_contents = """
const VERSION = "1.17.0";
const builds = await komodo.read("ListBuilds", { query: { tags: ["dev"] } });
for (const build of builds) {
console.log(build.name);
}
// await komodo.write("UpdateVariableValue", {
// name: "KOMODO_DEV_VERSION",
// value: VERSION,
// });
"""
##
[[resource_sync]]
name = "dev"
tags = ["dev"]