Skip to content

Commit

Permalink
Fix changelog path (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nmw authored Jan 1, 2023
1 parent 7ebca8a commit bd84510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: extract-release-notes
uses: ffurrer2/extract-release-notes@v1
with:
changelog_file: docs/CHANGELOG.md
changelog_file: docs/changelog.md

- name: Create Release
id: create-release
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project (sorta) adheres to [Semantic Versioning](https://semver.org/spe

## [Unreleased]

## [1.9.2] - 2023-01-01
## [1.9.2] - 2023-01-02

### Changed

Expand Down

0 comments on commit bd84510

Please sign in to comment.