diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 904f267..e777c4d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: run: sed -n "/^## /{ :loop; n; /^## /q; p; b loop; }" ./CHANGELOG.md | sed -z "s/^[[:space:]]*//; s/[[:space:]]*\$//" > ./RELEASE_NOTES.md - name: Update release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: ${{ github.ref_name }} body_path: ./RELEASE_NOTES.md