diff --git a/.github/workflows/demo-ci.yml b/.github/workflows/demo-ci.yml index 25b23de..15eef51 100644 --- a/.github/workflows/demo-ci.yml +++ b/.github/workflows/demo-ci.yml @@ -29,7 +29,8 @@ jobs: id: create-package shell: bash run: | - echo "$DEVHUB_AUTH_URL" >auth.key + echo "$DEVHUB_AUTH_URL" >auth_with_quotes.key + tr -d '\"' auth.key sf org login sfdx-url -f auth.key -d sf package version create --json --skip-ancestor-check --version-number 0.1.0.NEXT --definition-file config/project-scratch-def.json --package KevmoDemo --installation-key-bypass --code-coverage --version-name ver 0.1.0 | jq '.result' >package_version_report.json job_id=$(jq -r '.Id' package_version_report.json)