Skip to content

Commit 3058614

Browse files
committed
fix: commit path for changelog
1 parent c7fe8c8 commit 3058614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3030
git add './CHANGELOG.md'
3131
git commit -m "chore(docs): update CHANGELOG for latest tag"
32-
git push
32+
git push origin HEAD:main

0 commit comments

Comments
 (0)