Skip to content

Commit

Permalink
ci: update changelog configuration path
Browse files Browse the repository at this point in the history
  • Loading branch information
SheltonZhu committed Jan 18, 2024
1 parent 2e3464e commit 7d3df32
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 @@ -31,7 +31,7 @@ jobs:
- name: Generate Changelog
id: gen_changelog
run: |
config=./_dev/config/chglog.config.yml
config=./.chglog/config.yml
tagName=v${{ steps.tag.outputs.tagName }}
go run github.com/git-chglog/git-chglog/cmd/git-chglog@latest --config $config $tagName
go run github.com/git-chglog/git-chglog/cmd/git-chglog@latest --config $config $tagName > changelog.md
Expand Down

0 comments on commit 7d3df32

Please sign in to comment.