Skip to content

Commit

Permalink
Updated Salesforce CLI version to v2
Browse files Browse the repository at this point in the history
Update build-sfdx-project.yml
  • Loading branch information
Soni-Prince authored Oct 10, 2023
1 parent f0e6fa5 commit 57df29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sfdx-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
run: ansible-vault decrypt --vault-password-file=.vault-password .jwt-key

- name: install Salesforce CLI (sfdx)
run: npm list -g sfdx-cli || npm install -g sfdx-cli
run: npm list -g @salesforce/cli || npm install -g @salesforce/cli

- name: connect to Dev Hub
run: |
Expand Down

0 comments on commit 57df29e

Please sign in to comment.