Skip to content

Commit

Permalink
Update releaseV2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcrombie authored Sep 20, 2024
1 parent 479076a commit b165641
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/releaseV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ jobs:

- name: Publish to NuGet
env:
NUGET_API_KEY: ${{ secrets.NUGET_TOKEN }}
run: dotnet nuget push ./nupkg/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "*src/**/*.nupkg" --api-key ${{secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json

0 comments on commit b165641

Please sign in to comment.