diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61679f6..bafc07c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,6 @@ jobs: changelog_file: CHANGELOG.md - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body: ${{ steps.extract_release_notes.outputs.release_notes }}