1 parent 49635d7 commit d5bcd3bCopy full SHA for d5bcd3b
1 file changed
.github/workflows/main.yml
@@ -42,6 +42,6 @@ jobs:
42
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
43
git add package.json package-lock.json
44
git commit -m "chore: bump version"
45
- git push
+ git push origin HEAD:${{ github.head_ref }}
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments