Fix race-condition when uploading releases
Created by: mrnugget
I've realized that the cause for the sporadic "artifact already exists"
error messages when releasing is that Travis runs releases on both the
latest
and the version-specific tag.
This only runs releases when on the version-specific commit.