Skip to content

Commit 3b37cd1

Browse files
committed
fix(ci): explicit branch so it also works in detached mode pt2
1 parent 3e1b749 commit 3b37cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_publish_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
run: |
3737
git add CHANGELOG.md
3838
git commit -m "chore(ci): update changelog with latest changes"
39-
git pull
39+
git pull origin $BRANCH
4040
git push origin HEAD:refs/heads/$BRANCH

0 commit comments

Comments
 (0)