Skip to content

Commit

Permalink
ci: fix changelog fail
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Aug 3, 2024
1 parent d71b7f7 commit 9eabb32
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,3 @@ jobs:
OUTPUT: CHANGELOG.md
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPO: ${{ github.repository }}

- name: Commit
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
set +e
git add CHANGELOG.md
git commit -m "Update changelog"
git push origin main

0 comments on commit 9eabb32

Please sign in to comment.