We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27b9f3 commit f7eb872Copy full SHA for f7eb872
.github/workflows/auto-bumper.yml
@@ -177,6 +177,7 @@ jobs:
177
fi
178
git add package.json
179
git commit -m "chore: bump version to ${{ steps.ver.outputs.version }}"
180
+ git pull --rebase origin ${{ steps.pr_branch.outputs.branch }}
181
git push origin HEAD:${{ steps.pr_branch.outputs.branch }}
182
183
- name: Add comment to PR
0 commit comments