diff --git a/.releaserc.yml b/.releaserc.yml index 08d9a5039..3a05fab76 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -50,10 +50,10 @@ plugins: - - '@semantic-release/exec' - prepareCmd: "rm -f -r Assets/Mirror/Tests && rm -f Assets/Mirror/Tests.meta" - # # Remove EdgeGap Hosting folder so it's excluded from Unity package - # # -f: force, -r: recursive - # - - '@semantic-release/exec' - # - prepareCmd: "rm -f -r Assets/Mirror/Hosting && rm -f Assets/Mirror/Hosting.meta" + # Remove EdgeGap Hosting folder so it's excluded from Unity package + # -f: force, -r: recursive + - - '@semantic-release/exec' + - prepareCmd: "rm -f -r Assets/Mirror/Hosting && rm -f Assets/Mirror/Hosting.meta" # Move ScriptTemplates to Mirror folder so they're included in Unity package # There's an editor script that moves them back to Assets when imported to Unity