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
Deploy releases on tag push, snapshots on branch push
Prevents double deployment during release:prepare by checking
POM version before deploying. Branch pushes only deploy if
version contains -SNAPSHOT; tag pushes only deploy if it does not.
0 commit comments