Skip to content

Commit

Permalink
Merge pull request #10 from Geta/include-package-in-release
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
MattisOlsson authored Nov 9, 2023
2 parents bfceb68 + 48b66df commit 6fba9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 6fba9dc

Please sign in to comment.