diff --git a/module.json.template b/module.json.template index c85bbda..c9682a3 100644 --- a/module.json.template +++ b/module.json.template @@ -8,7 +8,7 @@ "name": "leego neit" } ], - "version": "${$DRONE_COMMIT_MESSAGE}-${DRONE_BRANCH}", + "version": "${DRONE_COMMIT_MESSAGE}-${DRONE_BRANCH}", "minimumCoreVersion": "9", "compatibility": { "minimum": "9", @@ -16,8 +16,8 @@ "maximum": "10" }, "url": "${DRONE_REPO_LINK}", - "manifest": "${DRONE_REPO_LINK}/releases/download/${$DRONE_COMMIT_MESSAGE}-${DRONE_BRANCH}/module.json", - "download": "${DRONE_REPO_LINK}/releases/download/${$DRONE_COMMIT_MESSAGE}-${DRONE_BRANCH}/module.zip", + "manifest": "${DRONE_REPO_LINK}/releases/download/${DRONE_COMMIT_MESSAGE}-${DRONE_BRANCH}/module.json", + "download": "${DRONE_REPO_LINK}/releases/download/${DRONE_COMMIT_MESSAGE}-${DRONE_BRANCH}/module.zip", "packs": [ { "name": "sc-items",