mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Fix feed name and url
This commit is contained in:
parent
2a6ea45ee1
commit
60c0cc1d1c
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ jobs:
|
||||||
inputs:
|
inputs:
|
||||||
command: publish
|
command: publish
|
||||||
publishRegistry: useFeed
|
publishRegistry: useFeed
|
||||||
publishFeed: 'unstable@Local'
|
publishFeed: 'jellyfin/unstable'
|
||||||
workingDir: ./apiclient/generated/typescript/axios
|
workingDir: ./apiclient/generated/typescript/axios
|
||||||
|
|
||||||
# Stable
|
# Stable
|
||||||
|
|
|
@ -4,7 +4,7 @@ artifactsDirectory="${1}"
|
||||||
buildNumber="${2}"
|
buildNumber="${2}"
|
||||||
if [[ -n ${buildNumber} ]]; then
|
if [[ -n ${buildNumber} ]]; then
|
||||||
# Unstable build
|
# Unstable build
|
||||||
additionalProperties=",snapshotVersion=-SNAPSHOT.${buildNumber},npmRepository=https://pkgs.dev.azure.com/jellyfin-project/jellyfin/_packaging/unstable%40Local/npm/registry/"
|
additionalProperties=",snapshotVersion=-SNAPSHOT.${buildNumber},npmRepository=https://pkgs.dev.azure.com/jellyfin-project/jellyfin/_packaging/unstable/npm/registry/"
|
||||||
else
|
else
|
||||||
# Stable build
|
# Stable build
|
||||||
additionalProperties=""
|
additionalProperties=""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue