Skip to content

Commit

Permalink
Trying to manipulate composer json 1658
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed May 15, 2024
1 parent c05dd06 commit c7a7b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config --global user.email [email protected]
git checkout -b ${{ env.PR_BRANCH }}
composer config repositories.danskernesdigitalebibliotek/dpl-react '{"type":"package","package":{"name":"danskernesdigitalebibliotek\/dpl-react","version":"dev","type":"drupal-library","dist":{"url"":"${{ toJson(env.BUILD_URL) }}","type":"zip"},"require":{"composer\/installers":"^1.2.0"}}}'
composer config repositories.danskernesdigitalebibliotek/dpl-react '{"type":"package","package":{"name":"danskernesdigitalebibliotek\/dpl-react","version":"dev","type":"drupal-library","dist":{"url":"${{ env.BUILD_URL }}","type":"zip"},"require":{"composer\/installers":"^1.2.0"}}}'
composer remove danskernesdigitalebibliotek/dpl-react \
&& composer require danskernesdigitalebibliotek/dpl-react
Expand Down

0 comments on commit c7a7b63

Please sign in to comment.