Skip to content

Commit

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

- name: Update dev branch alias via Composer
run: |
composer config extra.branch-alias.dev-main ${{ inputs.release_branch_name }}-dev
- name: Add changed files to release branch commit
run: |
git diff
Expand All @@ -130,7 +126,6 @@ jobs:
git add .github/workflows/create-release.yml
git add .lando.yml
git add .probo.yaml
git add composer.json
# - name: Push required changes to new branch so we can make a pull request
# uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 102afe4

Please sign in to comment.