Skip to content

Commit d5bcd3b

Browse files
authored
Update main.yml
1 parent 49635d7 commit d5bcd3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
4343
git add package.json package-lock.json
4444
git commit -m "chore: bump version"
45-
git push
45+
git push origin HEAD:${{ github.head_ref }}
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)