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 3e1b749 commit 3b37cd1Copy full SHA for 3b37cd1
.github/workflows/reusable_publish_changelog.yml
@@ -36,5 +36,5 @@ jobs:
36
run: |
37
git add CHANGELOG.md
38
git commit -m "chore(ci): update changelog with latest changes"
39
- git pull
+ git pull origin $BRANCH
40
git push origin HEAD:refs/heads/$BRANCH
0 commit comments