- Check expirations of API keys at https://www.nuget.org/account/apikeys
- Regenerate key if necessary.
- GitHub, repository settings, Secrets...
- Update the Nuget API key with the new value.
- Create an annotated git tag on the commit for the release. Such as
$ git tag -a v1.1.0 -m "Release v1.1.0" - Push the tag to the repository.
- An automatic build and release will occur.