A bug in the bundle manifests verification is causing the builds to fail as the replaces directive is generated from the latest github release. During the release workflow the bundle manifests were created correctly (prior to publishing the github release) and have been verified manually. This PR is to disable these checks (on the release branch only) to build the bundle and catalog from the previously generated bundle files.
A bug in the bundle manifests verification is causing the builds to fail as the
replaces
directive is generated from the latest github release. During the release workflow the bundle manifests were created correctly (prior to publishing the github release) and have been verified manually. This PR is to disable these checks (on the release branch only) to build the bundle and catalog from the previously generated bundle files.