We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4569c40 commit 9270deaCopy full SHA for 9270dea
.github/workflows/changelog.yml
@@ -47,5 +47,5 @@ jobs:
47
git add ./CHANGELOG.md
48
git commit --allow-empty -m "chore(docs): update CHANGELOG for latest tag [skip ci]"
49
50
- # Push the new local branch to the remote main branch
51
- git push origin changelog-update:main
+ # Push the new local branch specifically to the remote *branch* main
+ git push origin changelog-update:refs/heads/main
0 commit comments