diff --git a/contrib/travis/after-success.sh b/contrib/travis/after-success.sh index 3f71ebc11c0142567cc600100d14a543bda934ad..58836a2d05cf174352e99af71dd38cabbfdc1fea 100644 --- a/contrib/travis/after-success.sh +++ b/contrib/travis/after-success.sh @@ -16,7 +16,7 @@ if [ $TRAVIS_PULL_REQUEST = 'false' ]; then docker tag shift quay.io/etcinit/shift:${TRAVIS_TAG} \ && docker push quay.io/etcinit/shift:${TRAVIS_TAG}; - github-release edit \ + github-release create \ --user etcinit \ --repo shift \ --tag ${TRAVIS_TAG} \