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
Fix deployment conditional on tagged releases
I did not realize that Travis would treat a tagged release as though it
is not on the master branch, so my tagged release did not get deployed.
I have updated the logic to do deployment step on master branch or
tagged releases.