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 1d79cbd commit e25c96cCopy full SHA for e25c96c
.github/workflows/publish.yml
@@ -64,6 +64,8 @@ jobs:
64
npm version ${{ steps.version.outputs.version }} --no-git-tag-version
65
git config --global user.name "GitHub Actions"
66
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
69
git add package.json package-lock.json
70
git commit -m "Bump version to ${{ steps.version.outputs.version }} [skip ci]"
71
git push origin HEAD:${{ steps.branch.outputs.source_branch }}
0 commit comments