Skip to content

Commit c56e18f

Browse files
authored
ci: Fix release notes problem. (#167)
1 parent 3390ee8 commit c56e18f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
uses: actions/download-artifact@v3
3333
with:
3434
name: changelog
35-
path: docs/changelog.md
35+
path: docs/
3636
- name: Prepare release notes
37-
run: make release-notes
37+
run: make release-notes > release-notes.md
3838
- name: Create GitHub release
3939
uses: softprops/action-gh-release@v1
4040
with:

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
uses: actions/download-artifact@v3
3333
with:
3434
name: changelog
35-
path: docs/changelog.md
35+
path: docs/
3636
- name: Prepare release notes
37-
run: make release-notes
37+
run: make release-notes > release-notes.md
3838
- name: Create GitHub release
3939
uses: softprops/action-gh-release@v1
4040
with:

0 commit comments

Comments
 (0)