diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1c5b2792..e3299bc8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: echo "notes_file=/tmp/release-notes.txt" >> "$GITHUB_OUTPUT" - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: ${{ github.ref_name }} body_path: ${{ steps.changelog.outputs.notes_file }}