ci: publish_npm auf livekit-Branch korrigiert, Version 0.19.2-threadnet.6

Der Job wartete auf main - der Arbeitsbranch des Forks ist aber livekit
(main ist der ungenutzte Default). livekit ist jetzt zusaetzlich protected,
damit die maskierte GITEA_NPM_TOKEN-Gruppenvariable im Job ankommt.
Versions-Bump fuer den ersten CI-Publish (ersetzt den alten lokalen
.npmrc-Weg, Token dafuer rotiert).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PKhFj1S3UdD6xL2fbWPeYj
This commit is contained in:
Thore Cimbal
2026-07-31 22:20:50 +02:00
co-authored by Claude Fable 5
parent 6260cc4962
commit 45a2366b1d
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -49,7 +49,9 @@ publish_npm:
- if: $CI_COMMIT_TAG =~ /^v/
when: manual
allow_failure: true
- if: $CI_COMMIT_BRANCH == "main"
# Arbeitsbranch des Forks ist livekit (nicht der ungenutzte Default-Branch main);
# livekit ist zudem protected, damit die maskierte GITEA_NPM_TOKEN-Variable ankommt
- if: $CI_COMMIT_BRANCH == "livekit"
when: manual
allow_failure: true
script:
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@sorb/threadnet-call-embedded",
"version": "0.19.2-threadnet.5",
"version": "0.19.2-threadnet.6",
"files": [
"README.md",
"LICENSE-AGPL-3.0",