Skip to content

Fix race-condition when uploading releases

Warren Gifford requested to merge fix-release-race-condition into master

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.

Merge request reports

Loading