GitHub Actions for creating prerelease version
kkokosa opened this issue · 1 comments
kkokosa commented
Currently Actions workflow always creates "normal" version on NuGet. For MVP it is also nice to have an automated way of tagging some releases/versions as "prerelease". I don't know currently how to do that.
salem84 commented
Hi @kkokosa,
in my project AspNetCore.VersionInfo I configured GitHub workflow to publish to GitHub Packages at each commit on master branch and to NuGet Repos only for tagged releases. You can take a look to published packages at this link