Skip to content

Commit 7613e77

Browse files
authored
Update continuous-integration-workflow.yml
1 parent 11caf2f commit 7613e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)