From c8344803b221198824fb3e25a4a2a887f254c26d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 00:34:32 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.0.5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dadc86b8..69d6613b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: ./gradlew \ assemble - name: Release - uses: softprops/action-gh-release@v2.0.4 + uses: softprops/action-gh-release@v2.0.5 with: fail_on_unmatched_files: false generate_release_notes: true