Skip to content

Commit

Permalink
Never set <fullName> in 2gp package generation manifests
Browse files Browse the repository at this point in the history
Change pulled from SFDO-Tooling#3748
  • Loading branch information
jlantz authored May 9, 2024
1 parent 0987670 commit 216820f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cumulusci/tasks/create_package_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ def _run_task(self):
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

0 comments on commit 216820f

Please sign in to comment.