You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of pushing to master and the tag in the same
command, let's separate it because I just got a case
in which master received the commit before the tag
(even if the tag appears first in the push command)
and then a pre-release was created in nuget because of
that. This should not happen if the tag is already there
when the CI for master branch starts, thanks to this fix
from some time ago:
fa788db
0 commit comments