diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03e58c1..95161c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,6 +58,6 @@ jobs: steps: - uses: actions/checkout@v7 - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: generate_release_notes: true