Skip to content

Commit ddcf8ff

Browse files
committed
Address incorrect retrieval of feature branch
1 parent 9d53b04 commit ddcf8ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@ jobs:
121121
- name: Get feature branch for PR
122122
if: env.create_release_pr == 'false'
123123
run: |
124+
git fetch origin feature/update-user-manual-for-$RELEASE_VERSION
124125
git switch feature/update-user-manual-for-$RELEASE_VERSION
125-
git pull --rebase
126+
git pull
126127
127128
- name: Update user manual version
128129
run: |

0 commit comments

Comments
 (0)