diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index fc89f39..06d1318 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -104,7 +104,7 @@ jobs: run: git log $(git describe HEAD~ --tags --abbrev=0)..HEAD --pretty='format:* %h %s%n * %an <%ae>' --no-merges >> ".github/RELEASE-TEMPLATE.md" - name: Release with Notes - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: body_path: ".github/RELEASE-TEMPLATE.md" draft: true