From 5ca764a75b340faf6f0c43d5b0b62cb25c96ca49 Mon Sep 17 00:00:00 2001 From: Syuugo Date: Mon, 11 Mar 2024 15:14:28 +0900 Subject: [PATCH] =?UTF-8?q?action-gh-release=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10f41e40..daf54095 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,7 +96,7 @@ jobs: path: app/build/outputs/apk/debug/app-debug.apk - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: github.event.inputs.release == 'true' with: tag_name: ${{ env.version }}