From 6a6425273adb404feab1960def562dc35d0cfbd8 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 6 Mar 2024 21:00:34 -0500 Subject: Adjust unstable push target for production --- build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.yaml') diff --git a/build.yaml b/build.yaml index 5d32220..72028ac 100644 --- a/build.yaml +++ b/build.yaml @@ -131,4 +131,4 @@ nuget: - src/Jellyfin.Extensions/Jellyfin.Extensions.csproj feed_urls: stable: https://api.nuget.org/v3/index.json - unstable: https://nuget.pkg.github.com/jellyfin-sandbox/index.json + unstable: https://nuget.pkg.github.com/jellyfin/index.json -- cgit