Skip to content

Commit

Permalink
ci: Fix release notes problem. (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan authored Sep 14, 2023
1 parent 3390ee8 commit c56e18f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
uses: actions/download-artifact@v3
with:
name: changelog
path: docs/changelog.md
path: docs/
- name: Prepare release notes
run: make release-notes
run: make release-notes > release-notes.md
- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
uses: actions/download-artifact@v3
with:
name: changelog
path: docs/changelog.md
path: docs/
- name: Prepare release notes
run: make release-notes
run: make release-notes > release-notes.md
- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit c56e18f

Please sign in to comment.