From 115abf8ea79c6de317a1159956fe885249a00997 Mon Sep 17 00:00:00 2001 From: wwqgtxx Date: Sun, 22 Oct 2023 21:31:17 +0800 Subject: [PATCH] Update build-release.yaml --- .github/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 1fda7145..a5de8b16 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -117,7 +117,7 @@ jobs: uses: softprops/action-gh-release@v1 if: ${{ success() }} with: - tag_name: ${{ github.ref_name }} + tag_name: ${{ steps.real_tag.outputs.tag }} files: app/build/outputs/apk/meta/release/* generate_release_notes: true