From 6348861e9f107dc480f5c797aba756162e8cc6b0 Mon Sep 17 00:00:00 2001 From: "dmitry.kirdyashkin" Date: Wed, 12 Jul 2023 20:51:03 +0300 Subject: [PATCH] test --- .gitignore | 1 + module.json.template | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3df233a..abe5275 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ temp *.zip resources +release diff --git a/module.json.template b/module.json.template index 2dbf051..9db9ce2 100644 --- a/module.json.template +++ b/module.json.template @@ -8,7 +8,7 @@ "name": "leego neit" } ], - "version": "${DRONE_TAG}", + "version": "${CUSTOM_TAG}", "minimumCoreVersion": "9", "compatibility": { "minimum": "9", @@ -16,8 +16,8 @@ "maximum": "10" }, "url": "${DRONE_REPO_LINK}", - "manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json", - "download": "${DRONE_REPO_LINK}/releases/download/${DRONE_TAG}/module.zip", + "manifest": "${DRONE_REPO_LINK}/releases/download/${CUSTOM_TAG}/module.json", + "download": "${DRONE_REPO_LINK}/releases/download/${CUSTOM_TAG}/module.zip", "packs": [ { "name": "sc-items",