Current State
Today, pushing new versions of the NuGet package require manually running commands from a user's machine.
Desired State
A GitHub Action with a manual workflow dispatch can publish a new version of the NuGet package for EZRadiusClient. Just run the workflow dispatch and the workflow will take care of building and publishing
Requirements
- The GitHub Action will be triggered manually
- The README is updated with steps on how to run a release
- The PR description is updated with steps for how to retrieve and configure secrets that are to be used by the Action.
Current State
Today, pushing new versions of the NuGet package require manually running commands from a user's machine.
Desired State
A GitHub Action with a manual workflow dispatch can publish a new version of the NuGet package for EZRadiusClient. Just run the workflow dispatch and the workflow will take care of building and publishing
Requirements