diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd3ed5d..5bc165d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: git-cliff --latest --tag-pattern "" -o CHANGELOG.md fi - name: Create a release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.ref_type == 'tag' with: body_path: CHANGELOG.md