File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 9595
9696 - name : Publish to NuGet
9797 run : dotnet nuget push ./nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
98+
99+ - name : Publish to GitHub Packages
100+ run : dotnet nuget push ./nupkgs/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/byerlikaya/index.json --skip-duplicate
98101
99102 release :
100103 name : Create GitHub Release
Original file line number Diff line number Diff line change 2727 <GenerateDocumentationFile >true</GenerateDocumentationFile >
2828 <NoWarn >$(NoWarn);CS1591</NoWarn >
2929
30- <!-- Modern NuGet Features -->
30+ <!-- GitHub Packages Configuration -->
3131 <RepositoryBranch >main</RepositoryBranch >
3232 <RepositoryCommit >$(SourceRevisionId)</RepositoryCommit >
3333 <EmbedUntrackedSources >true</EmbedUntrackedSources >
You canβt perform that action at this time.
0 commit comments