From 1a42a6933500109fa26653805b2dc2dae4d34aaa Mon Sep 17 00:00:00 2001 From: itsnotsos Date: Sun, 29 Sep 2024 17:45:31 +0530 Subject: [PATCH] Update build-noti.yml --- .github/workflows/build-noti.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-noti.yml b/.github/workflows/build-noti.yml index 9472aa6..b8c06a2 100644 --- a/.github/workflows/build-noti.yml +++ b/.github/workflows/build-noti.yml @@ -57,7 +57,9 @@ jobs: - name: Create and Release APK id: upload_release_asset uses: softprops/action-gh-release@v2.0.8 + if: startsWith(github.ref, 'refs/tags/') with: + body: Release ${{ env.REPO_NAME }} ${{ github.run_number }} files: ./${{ env.REPO_NAME }}.apk env: GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}