We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8ee81 commit 1575bf0Copy full SHA for 1575bf0
.github/workflows/release.yml
@@ -74,18 +74,10 @@ jobs:
74
publishAllPublicationsToMavenCentralRepository \
75
closeAndReleaseSonatypeStagingRepository
76
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
-
84
- name: Create GitHub Release
85
uses: softprops/action-gh-release@v1
86
with:
87
tag_name: ${{ steps.release_info.outputs.tag }}
88
- body: ${{ steps.changelog.outputs.changelog }}
89
- fail_if_release_exists: false
+ generate_release_notes: true
90
env:
91
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments