File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ jobs:
5050 run : dotnet pack UK.NHS.CookieBanner.sln --configuration release -o:package /p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }}
5151
5252 - name : Push generated package to Azure feed
53- run : dotnet nuget push ./package/*.nupkg --source https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json --api-key ${{ secrets.AZUREDEVOPSKEY }} --replace
53+ run : dotnet nuget push ./package/*.nupkg --source https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json --api-key ${{ secrets.AZUREDEVOPSKEY }}
5454
5555 - name : Push generated package to GitHub registry
56- run : dotnet nuget push ./package/*.nupkg --source https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --replace
56+ run : dotnet nuget push ./package/*.nupkg --source https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json --api-key ${{ secrets.GITHUB_TOKEN }}
5757
5858
5959
You can’t perform that action at this time.
0 commit comments