Skip to content

Commit e25c96c

Browse files
committed
publish pipeline changes
1 parent 1d79cbd commit e25c96c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
npm version ${{ steps.version.outputs.version }} --no-git-tag-version
6565
git config --global user.name "GitHub Actions"
6666
git config --global user.email "[email protected]"
67+
git fetch origin ${{ steps.branch.outputs.source_branch }}
68+
git pull origin ${{ steps.branch.outputs.source_branch }} --rebase
6769
git add package.json package-lock.json
6870
git commit -m "Bump version to ${{ steps.version.outputs.version }} [skip ci]"
6971
git push origin HEAD:${{ steps.branch.outputs.source_branch }}

0 commit comments

Comments
 (0)