Skip to content

Commit

Permalink
Update prepare-for-minor-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joeparsons authored Oct 6, 2023
1 parent 102afe4 commit d0a8298
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prepare-for-minor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ jobs:
php-version: '8.1'
tools: composer:v2

- name: Update dev branch alias via Composer
run: |
composer config extra.branch-alias.dev-main ${{ needs.branch_name_prep.outputs.next_minor_release }}.x-dev
- name: Add changed files to release branch commit
run: |
git diff
Expand Down

0 comments on commit d0a8298

Please sign in to comment.