Skip to content

Commit

Permalink
ci: do not create branch during release workflow
Browse files Browse the repository at this point in the history
This seems to bother the create-pull-request action.
See: peter-evans/create-pull-request#1203
  • Loading branch information
derpsteb committed Apr 3, 2023
1 parent 3403162 commit 34e3928
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,13 +343,6 @@ jobs:
with:
ref: ${{ needs.verify-inputs.outputs.RELEASE_BRANCH }}

- name: Create branch with changes
run: |
git config --global user.name "release[bot]"
git config --global user.email "release[bot]@users.noreply.github.com"
git fetch
git checkout -b "${NEW_BRANCH}"
- name: Create PR
uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54 # v4.2.4
with:
Expand Down

0 comments on commit 34e3928

Please sign in to comment.