Skip to content

Commit

Permalink
ci: update changelog automation (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesomers authored Sep 12, 2024
1 parent d9146b0 commit 1af8dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0
- name: Update Changelog
run: make changelog
run: docker run --rm -v $(pwd):/workdir quay.io/git-chglog/git-chglog -o CHANGELOG.md
- name: Create Pull Request
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1af8dba

Please sign in to comment.