Skip to content

Commit

Permalink
Switched to installing sfdx bummer plugin, instead of using linked ve…
Browse files Browse the repository at this point in the history
…rsion

There seems to be an ongoing issue with newer versions of sfdx that causes issues with linking plugins - @W-12652231
  • Loading branch information
jongpie committed Mar 8, 2023
1 parent 2a2d17e commit 8f998dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action Bot"
npm run sfdx:plugins:link:bummer
# npm run sfdx:plugins:link:bummer
echo y | npx sfdx plugins:install @jongpie/sfdx-bummer-plugin --force
npx sfdx bummer:package:aliases:sort
npx prettier --write ./sfdx-project.json
git add ./sfdx-project.json
Expand Down

0 comments on commit 8f998dd

Please sign in to comment.