From d65e91a423f991e476510521095f08de87dc4e3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 16:31:00 +0800 Subject: [PATCH] Update softprops/action-gh-release action to v2 (#4117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_update.yml b/.github/workflows/release_update.yml index 644ddb5058..037eba5a09 100644 --- a/.github/workflows/release_update.yml +++ b/.github/workflows/release_update.yml @@ -68,7 +68,7 @@ jobs: name: Release APK path: artifacts/release-apk - name: Publish GitHub release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ github.event.inputs.tagName }} prerelease: ${{ github.events.inputs.prerelease }}