diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-02 22:26:20 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-02 22:26:20 +0530 |
| commit | 6fa6e2ee852a0a31348051d5a5f94da73ad3d417 (patch) | |
| tree | df3d0c4824b1d114dab35b4d8704de96a4c3d32d /.github | |
| parent | 78422dea3ea1ca3602b4a01dbfe41e548c09c57b (diff) | |
| download | aniwatch-api-6fa6e2ee852a0a31348051d5a5f94da73ad3d417.tar.xz aniwatch-api-6fa6e2ee852a0a31348051d5a5f94da73ad3d417.zip | |
ci(release): updated release.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff4da29..4b8f66f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,7 @@ jobs: if: ${{ steps.changelog.outputs.skipped == 'false' }} uses: ncipollo/release-action@v1 with: + generateReleaseNotes: true token: ${{ secrets.CHANGELOG_SECRET }} tag: ${{ steps.changelog.outputs.tag }} name: ${{ steps.changelog.outputs.tag }} |
