Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't add fullname tag in 2GP package.xml #3748

Merged
merged 8 commits into from
May 14, 2024
4 changes: 1 addition & 3 deletions cumulusci/tasks/create_package_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,7 @@ def _run_task(self):
package_zip_builder = None
with convert_sfdx_source(
self.project_config.default_package_path,
None
if self.package_config.package_type == PackageTypeEnum.unlocked
else self.package_config.package_name,
None,
self.logger,
) as path:
package_zip_builder = MetadataPackageZipBuilder(
Expand Down