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:
co-authored by
Claude Fable 5
parent
6260cc4962
commit
45a2366b1d
+3
-1
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user