Skip to content

Commit

Permalink
Merge pull request #32 from TunNetCom/Nieze-BenMansour-patch-12
Browse files Browse the repository at this point in the history
Update PublishNugate.yml
  • Loading branch information
Nieze-BenMansour authored Jul 31, 2024
2 parents 7ba89af + 1677034 commit 05de2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PublishNugate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: dotnet pack src/AzureDevopsWebhookService/AzureDevopsWebhookService.Contracts/AzureDevopsWebhookService.Contracts.csproj --configuration Release --output ./artifacts

- name: Publish NuGet Package
run: dotnet nuget push "./artifacts/*.nupkg" --api-key ${{ secrets.NUGET_SECRET_KEY_TUNNETCOM }} --source "https://api.nuget.org/v3/index.json"
run: dotnet nuget push "./artifacts/*.nupkg" --api-key ${{ secrets.NUGET_SECRET_KEY_TUNNETCOMM }} --source "https://api.nuget.org/v3/index.json"

0 comments on commit 05de2f3

Please sign in to comment.