From c884cd4924ea19de75cd5077842826d47c0d8ca4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 02:24:23 +0800 Subject: [PATCH] Update softprops/action-gh-release action to v2 (#25) --- .github/workflows/autorelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index ab7d6ef..2d096de 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -11,6 +11,6 @@ jobs: name: Build image steps: - name: 🚀 Release new version - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: generate_release_notes: true