Skip to content

Commit

Permalink
Merge pull request #55 from TunNetCom/MarwenSaad-patch-9
Browse files Browse the repository at this point in the history
Update PublishNugate.yml
  • Loading branch information
MarwenSaad authored Sep 12, 2024
2 parents 050fddf + 3da131c commit 2b72493
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/PublishNugate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
done
- 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"
run: |
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 2b72493

Please sign in to comment.