Skip to content

Commit

Permalink
chore: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevmo92 committed Dec 16, 2024
1 parent 70c5381 commit 6495de7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/demo-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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_with_quotes.key >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)
Expand Down

0 comments on commit 6495de7

Please sign in to comment.