Skip to content

Commit

Permalink
ci: Fix change information on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 19, 2024
1 parent 64e1ccb commit 4504df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: 'dist/*'
bodyFile: 'CHANGESLOG.rst'
body: 'Please see [CHANGELOG](https://github.com/atsphinx/helper/blob/main/CHANGELOG.md)'
draft: false
name: Release ${{ github.ref_name }}
tag: ${{ github.ref }}
Expand Down

0 comments on commit 4504df9

Please sign in to comment.