diff --git a/.github/scripts/generateDeployConfig.js b/.github/scripts/generateDeployConfig.js index ce7e2330..2ff2ead6 100644 --- a/.github/scripts/generateDeployConfig.js +++ b/.github/scripts/generateDeployConfig.js @@ -118,8 +118,6 @@ function updateSkillManifest() { const schema = loadSchema(SKILL_MANIFEST_FILE); // Extract publishing information from manifest const { publishingInformation } = schema.manifest; - // Set publishing distribution mode as public - publishingInformation.distributionMode = 'PUBLIC'; // Set publishing testing instructions username and passowrd publishingInformation.testingInstructions = publishingInformation.testingInstructions .replace('%TESTING_USERNAME%', process.env.TESTING_USERNAME) diff --git a/skill-package/skill.json b/skill-package/skill.json index cb64ca83..8d1018ec 100644 --- a/skill-package/skill.json +++ b/skill-package/skill.json @@ -486,7 +486,7 @@ }, "distributionCountries": [], "isAvailableWorldwide": true, - "distributionMode": "PRIVATE", + "distributionMode": "PUBLIC", "testingInstructions": "A demo account has been setup on our cloud service myopenhab.org for this skill:\n\nUsername: %TESTING_USERNAME%\nPassword: %TESTING_PASSWORD%\n\nOnce the skill is linked to our cloud service and discovery is run, it should find a few lights, a lock, a speaker, a thermostat and a window blind.", "category": "SMART_HOME" },