✅ Github actions deploy doesnt increment versions
I have this Actions workflow file
Which is supposed to push a dev version package to NuGet everytime my dev branch being merged into from a feature branch, and its supposed to auto attach a dev version
for example if my package version is 1.5.2 its supposed to attach 1.5.2-Dev0.0.1, 0.0.2, 0.0.3 and so on
But this configuration just pushes version 1.5.2 which would be a release
1 Reply
:SCcrying: