Skip to content

Commit

Permalink
ci: fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Jul 24, 2023
1 parent bd986a4 commit 88ed144
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/packaging-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ jobs:
id: createPackageVersion
run: |
echo 'Creating package version'
json=$(sf package version create -p ApexRecipes -x --wait=20 -f config/project-scratch-def.json --json)
sf package version create -p ApexRecipes -x --wait=20 -f config/project-scratch-def.json --json
echo 'Done'
echo "JSON: $json STOP"
echo "$(<sfdx-project.json)"
#status=$(echo $json | jq '.status')
Expand Down

0 comments on commit 88ed144

Please sign in to comment.