From 48b66df5137dfb8774a107f2c68fca7cc90801d3 Mon Sep 17 00:00:00 2001 From: Mattias Olsson Date: Thu, 9 Nov 2023 20:28:34 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fb9e1f..e37006c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,7 @@ jobs: dotnet nuget push Geta.OEmbed.Client.${{env.VERSION}}.nupkg --source https://nuget.pkg.github.com/Geta/index.json --api-key ${{env.GITHUB_TOKEN}} dotnet nuget push Geta.OEmbed.AspNetCore.Mvc.${{env.VERSION}}.nupkg --source https://nuget.pkg.github.com/Geta/index.json --api-key ${{env.GITHUB_TOKEN}} dotnet nuget push Geta.OEmbed.Optimizely.${{env.VERSION}}.nupkg --source https://nuget.pkg.github.com/Geta/index.json --api-key ${{env.GITHUB_TOKEN}} + dotnet nuget push Geta.OEmbed.Optimizely.UI.${{env.VERSION}}.nupkg --source https://nuget.pkg.github.com/Geta/index.json --api-key ${{env.GITHUB_TOKEN}} dotnet nuget push Geta.OEmbed.Optimizely.ContentDeliveryApi.${{env.VERSION}}.nupkg --source https://nuget.pkg.github.com/Geta/index.json --api-key ${{env.GITHUB_TOKEN}} dotnet nuget push Geta.VideoTools.Common.${{env.VERSION}}.nupkg --source https://nuget.pkg.github.com/Geta/index.json --api-key ${{env.GITHUB_TOKEN}} dotnet nuget push Geta.VideoTools.Mp4.${{env.VERSION}}.nupkg --source https://nuget.pkg.github.com/Geta/index.json --api-key ${{env.GITHUB_TOKEN}}