Lotus fork: rename embedded package + add Gitea CI
CI / Build embedded bundle (push) Failing after 1m9s
CI / Publish to Gitea npm registry (push) Has been skipped

- embedded/web/package.json: publish as @lotusguild/element-call-embedded
  from our Gitea fork (repository URL updated).
- .gitea/workflows/ci.yml: build the embedded bundle on PR/push to lotus;
  publish to the Gitea npm registry on a v* tag. Linux-only (web bundle).

Based on upstream element-call v0.20.1 (2d74c48).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Lotus CI
2026-06-29 22:16:45 -04:00
co-authored by Claude Opus 4.8
parent 2d74c48151
commit 229b54b3b7
2 changed files with 106 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"name": "@element-hq/element-call-embedded",
"name": "@lotusguild/element-call-embedded",
"version": "0.0.0",
"files": [
"README.md",
@@ -9,6 +9,6 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/element-hq/element-call.git"
"url": "git+https://code.lotusguild.org/LotusGuild/element-call.git"
}
}