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
It would be nice to be able to do a dry run of git push based on the output of multimod tag --print-tags, but it'll make the second run of multimod tag fail on the same commit because tags are already created. multimod tag potentially can be updated to check if the tags are already created on the specified commit just return a similar output instead of failing.