Skip to content

Commit

Permalink
fetch and rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei committed Jun 28, 2024
1 parent ee968dc commit 6f366af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
git add .
git commit -m "[bot] Update plugin info"
git fetch origin ${{ github.event.pull_request.head.ref }}
git rebase origin/${{ github.event.pull_request.head.ref }}
git push origin HEAD:${{ github.event.pull_request.head.ref }}
# - name: suggester / Leave comments on PRs
Expand Down

0 comments on commit 6f366af

Please sign in to comment.