diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc7e904..38c6367 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,7 +114,7 @@ jobs: /^## \[/ && found { exit } found { print } ' CHANGELOG.md > release_notes.md - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 with: name: ${{ github.ref_name }} body_path: release_notes.md