Skip to content

Commit 9eabb32

Browse files
committed
ci: fix changelog fail
1 parent d71b7f7 commit 9eabb32

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/changelog.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,3 @@ jobs:
2626
OUTPUT: CHANGELOG.md
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
GITHUB_REPO: ${{ github.repository }}
29-
30-
- name: Commit
31-
run: |
32-
git config user.name 'github-actions[bot]'
33-
git config user.email 'github-actions[bot]@users.noreply.github.com'
34-
set +e
35-
git add CHANGELOG.md
36-
git commit -m "Update changelog"
37-
git push origin main

0 commit comments

Comments
 (0)