diff --git a/.travis/attach-binary.sh b/.travis/attach-binary.sh index d2b188f38..59b72edbe 100755 --- a/.travis/attach-binary.sh +++ b/.travis/attach-binary.sh @@ -21,5 +21,5 @@ else tar -czf "$BUNDLE_NAME" "$REPO" echo "SHA256:" shasum -a 256 "$BUNDLE_NAME" - ghr -t "$GITHUB_TOKEN" -u "$OWNER" -r "$REPO" --replace "$(git describe --tags)" "$BUNDLE_NAME" + ghr -t "$GITHUB_TOKEN" -u "$OWNER" -r "$REPO" --replace "$(git describe --always)" "$BUNDLE_NAME" fi