Skip to content

Commit 9270dea

Browse files
committed
fix(changelog): push to main head
1 parent 4569c40 commit 9270dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changelog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
git add ./CHANGELOG.md
4848
git commit --allow-empty -m "chore(docs): update CHANGELOG for latest tag [skip ci]"
4949
50-
# Push the new local branch to the remote main branch
51-
git push origin changelog-update:main
50+
# Push the new local branch specifically to the remote *branch* main
51+
git push origin changelog-update:refs/heads/main

0 commit comments

Comments
 (0)