PreviousNext

Use GitHub actions to publish NuGet packages

by lukencode, 2020-06-09T21:36:00.677Z

Here is how I automated pushing packages to nuget.org for FluentEmail. - Create a Github Action that runs on push to the master branch - Use Publish Nuget action to package and publish nuget packages - Create a Nuget.org API key and set it as a GitHub secret - Nuget packages are published on push to master!

Read More