From 1efcefd7819d83e407586b89fe99dd8b124d6cc7 Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Sun, 17 Mar 2024 11:49:16 +0800 Subject: [PATCH] Update release.yml --- .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 6f3ed8ab2..9eec92610 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: - name: Release if: ${{ env.product == 'app' }} - uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee + uses: softprops/action-gh-release@v2 with: name: legado_app_${{ env.VERSION }} tag_name: ${{ env.VERSION }}