Skip to content

Commit

Permalink
chore: Alternative approach
Browse files Browse the repository at this point in the history
If it's still sending it to V2 after this then I don't know ...
  • Loading branch information
ArcaneTSGK authored Jul 30, 2024
1 parent d25660c commit 58a7fd6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,5 @@ jobs:
with:
name: package
path: .\artifacts\packages
- uses: NuGet/[email protected]
name: Push NuGet package
with:
nuget-api-key: ${{ secrets.NUGET_ACTIONS }}
nuget-api-key-source: https://api.nuget.org/v3/index.json
- run: nuget push .\artifacts\packages -SkipDuplicate -NonInteractive

- name: Push NuGet package
run: dotnet nuget push .\artifacts\packages\ -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ACTIONS }} -ss https://api.nuget.org/v3/index.json -sk ${{ secrets.NUGET_ACTIONS }} --skip-duplicate

0 comments on commit 58a7fd6

Please sign in to comment.