Skip to content

Commit

Permalink
Merge pull request #56 from TunNetCom/MarwenSaad-patch-10
Browse files Browse the repository at this point in the history
Update PublishNugate.yml
  • Loading branch information
MarwenSaad authored Sep 12, 2024
2 parents 2b72493 + 55ecf0b commit e6e0965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PublishNugate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Publish NuGet Packages
run: |
dotnet nuget push "./artifacts/*.nupkg" \
--api-key ${{ secrets.NUGET_SECRET_KEY_TUNNETCOM }} \
--source "https://api.nuget.org/v3/index.json" \
dotnet nuget push "./artifacts/*.nupkg"
--api-key ${{ secrets.NUGET_SECRET_KEY_TUNNETCOM }}
--source "https://api.nuget.org/v3/index.json"
--skip-duplicate

0 comments on commit e6e0965

Please sign in to comment.