From 9a12ccd80972712ee83f05b54c06ba7742c071e0 Mon Sep 17 00:00:00 2001 From: CRGBS <32331418+CRGBS@users.noreply.github.com> Date: Sun, 14 Jul 2024 09:45:46 +0800 Subject: [PATCH] Update NEW_RELEASE.yml --- .github/workflows/NEW_RELEASE.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/NEW_RELEASE.yml b/.github/workflows/NEW_RELEASE.yml index 49e84cd5..e567d6a2 100644 --- a/.github/workflows/NEW_RELEASE.yml +++ b/.github/workflows/NEW_RELEASE.yml @@ -62,6 +62,7 @@ jobs: with: path: ./app/build/outputs/apk/debug/app-debug.apk github-token: ${{secrets.FORBD}} + tag_name: ${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }} - name: Releases uses: softprops/action-gh-release@v1