Skip to content

Commit

Permalink
fix(workflow): rename changelog.md to CHANGELOG.md and replace the path
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Jan 28, 2024
1 parent 4651ea8 commit ea0ada8
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 @@ -21,7 +21,7 @@ jobs:
token: ${{ github.token }}
tag: ${{ github.ref_name }}
includeInvalidCommits: true
changelogFilePath: docs/source/changelog.md
changelogFilePath: CHANGELOG.md
writeToFile: true

- name: Create Release
Expand Down

0 comments on commit ea0ada8

Please sign in to comment.