diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e26856a..336cda6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: version: ${{ steps.tag_name.outputs.current_version }} - name: Update release with changelog contents - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v2.3.3 id: release_updater with: body: ${{ steps.changelog_reader.outputs.changes }}