[Komodo] Commit Sync: update dev.toml
This commit is contained in:
21
dev.toml
21
dev.toml
@ -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"]
|
||||
|
Reference in New Issue
Block a user