diff --git a/.github/workflows/create-build.yml b/.github/workflows/create-build.yml index 8b8155e41..77957d858 100644 --- a/.github/workflows/create-build.yml +++ b/.github/workflows/create-build.yml @@ -32,7 +32,8 @@ jobs: - name: Package Upgrade - run: 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 + 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 -c + # 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 # Commenting these below to check whether we can create the package version