Skip to content

Commit

Permalink
Update dotnet-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sun128764 authored Aug 1, 2023
1 parent ebd4b1f commit dd51368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
AssParser.Lib/bin/${{ matrix.configuration }}/*
- name: Publish to Nuget
run: dotnet nuget push AssParser.Lib/bin/${{ matrix.configuration }}/AssParser.Lib.$RELEASE_VERSION.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push AssParser.Lib/bin/${{ matrix.configuration }}/AssParser.Lib.$RELEASE_VERSION.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit dd51368

Please sign in to comment.