We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8aac85 commit 24a9383Copy full SHA for 24a9383
.github/workflows/packaging.yml
@@ -70,7 +70,7 @@ jobs:
70
71
# Create scratch org
72
- name: Create scratch org
73
- run: sfdx force:org:create -f config/project-scratch-def.json -a scratch-org -s -d 1
+ run: sfdx force:org:create -f config/project-scratch-def.json -a scratch-org -s -c -d 1
74
75
# Install new package in scratch org
76
- name: Install new package version in scratch org
0 commit comments