Skip to content

Commit f7eb872

Browse files
fix: rebase before pushing changes in auto-bumper workflow
1 parent e27b9f3 commit f7eb872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-bumper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
fi
178178
git add package.json
179179
git commit -m "chore: bump version to ${{ steps.ver.outputs.version }}"
180+
git pull --rebase origin ${{ steps.pr_branch.outputs.branch }}
180181
git push origin HEAD:${{ steps.pr_branch.outputs.branch }}
181182
182183
- name: Add comment to PR

0 commit comments

Comments
 (0)