Skip to content

Commit

Permalink
Updating create-build.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaNikishina committed Oct 18, 2023
1 parent b0f63c8 commit 68dfe70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68dfe70

Please sign in to comment.