Skip to content

Commit

Permalink
ci: update path (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
tevanoff authored Jun 4, 2021
1 parent 787e0a4 commit 0e84506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/publish
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const {execSync} = require('child_process')
const execOutput = execSync(`npx sfdx-trust plugins:trust:sign \
--signatureurl https://developer.salesforce.com/media/salesforce-cli/signatures \
--publickeyurl https://developer.salesforce.com/media/salesforce-cli/sfdx-cli-03032020.crt \
--privatekeypath "/home/circleci/salesforce-cli.key" --json
--privatekeypath "~/salesforce-cli.key" --json
`)

// exit if signing returns empty
Expand Down

0 comments on commit 0e84506

Please sign in to comment.