diff --git a/.github/workflows/create-build.yml b/.github/workflows/create-build.yml index e601b69b2..428defcfe 100644 --- a/.github/workflows/create-build.yml +++ b/.github/workflows/create-build.yml @@ -34,7 +34,7 @@ jobs: - name: Package Upgrade - run: sfdx package version create --target-dev-hub=devhub --definition-file=config/project-scratch-def.json --installation-key-bypass --package="Special Authority App" --wait=15 --dev-debug + run: sfdx package version create --target-dev-hub=devhub --definition-file=config/project-scratch-def.json --installation-key-bypass --package="Special Authority App" --wait=15 --dev-debug --code-coverage # sfdx package version create --target-dev-hub=devhub --definition-file=config/project-scratch-def.json --installation-key-bypass --package="Special Authority App" --wait=15 --code-coverage # sf package version create --target-dev-hub=devhub --definition-file=config/project-scratch-def.json --installation-key-bypass --package="Special Authority App" --wait=15 -c # sfdx force:package:version:create -v devhub -d force-app -f config/project-scratch-def.json -x -p "Special Authority App" -w 15 -c diff --git a/sfdx-project.json b/sfdx-project.json index 82caa0097..34df35478 100644 --- a/sfdx-project.json +++ b/sfdx-project.json @@ -494,6 +494,7 @@ "Special Authority App@12.0.3-7": "04tOG0000000E7pYAE", "Special Authority App@12.0.3-9": "04tOG0000000F8jYAE", "Special Authority App@12.0.3-10": "04tOG0000000FALYA2", - "Special Authority App@12.0.4-1": "04tOG0000000FiDYAU" + "Special Authority App@12.0.4-1": "04tOG0000000FiDYAU", + "Special Authority App@12.0.4-2": "04tOG0000000FyLYAU" } } \ No newline at end of file