Skip to content

Commit

Permalink
Merge pull request #58 from TunNetCom/MarwenSaad-patch-12
Browse files Browse the repository at this point in the history
Update PublishNugate.yml
  • Loading branch information
MarwenSaad authored Sep 12, 2024
2 parents 6bf7f13 + 44941ce commit bdd5967
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/PublishNugate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,4 @@ 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"
--skip-duplicate
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 bdd5967

Please sign in to comment.