Hi Everyone: I am trying to cut the release candidate for Camel 3.7.7 but running into the following issue towards the very end of the `release:prepare` phase:
``` [INFO] [INFO] -----------------------< org.apache.camel:docs >------------------------ [INFO] [INFO] Building Camel :: Docs 3.7.7 [505/506] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [...] [INFO] [ERROR] error https://gitlab.com/antora/xref-validator/repository/archive.tar.gz?ref=84f28a20b8be888b7664a4540cda5aca56de0824: Extracting tar content of undefined failed, the file appears to be corrupt: "Invalid tar header. Maybe the tar is corrupted or it needs to be gunzipped?" [INFO] [INFO] info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. ``` The summary contains the following error message: ``` [INFO] [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:yarn (yarn-install) on project docs: Failed to run task: 'yarn install --no-progress --force --non-interactive --frozen-lockfile' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1] ``` I can't access the gitlab hosted archive, instead it's redirecting (HTTP 302) to Gitlab's login page. Any ideas about this error? Thanks in advance, Gregor