Skip to content

Commit 1575bf0

Browse files
committed
fix changelog
Signed-off-by: andreypfau <[email protected]>
1 parent cc8ee81 commit 1575bf0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,10 @@ jobs:
7474
publishAllPublicationsToMavenCentralRepository \
7575
closeAndReleaseSonatypeStagingRepository
7676
77-
- name: Generate changelog
78-
id: changelog
79-
uses: orhun/git-cliff-action@v2
80-
with:
81-
config: git-cliff.toml
82-
args: --current --tag ${{ steps.release_info.outputs.tag }}
83-
8477
- name: Create GitHub Release
8578
uses: softprops/action-gh-release@v1
8679
with:
8780
tag_name: ${{ steps.release_info.outputs.tag }}
88-
body: ${{ steps.changelog.outputs.changelog }}
89-
fail_if_release_exists: false
81+
generate_release_notes: true
9082
env:
9183
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)