Skip to content

Commit

Permalink
Update .github/workflows/prepare-for-minor-release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Parsons <[email protected]>
  • Loading branch information
trackleft and joeparsons authored Oct 5, 2023
1 parent ed65c1c commit 456d87e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/prepare-for-minor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,8 @@ jobs:
- name: Show git diff
run: git diff ${{ matrix.previous_version }}

- uses: php-actions/composer@v6
with:
command: config extra.branch-alias.dev-main ${{ inputs.release_branch_name }}-dev
- name: Update dev branch alias via Composer
composer config extra.branch-alias.dev-main ${{ inputs.release_branch_name }}-dev
- name: Show git status
run: |
git status
Expand Down

0 comments on commit 456d87e

Please sign in to comment.