From 7f704442ebc786c14ac8177b3c4c0498371ef5c3 Mon Sep 17 00:00:00 2001 From: Rushi Ranpise <37355997+rushiranpise@users.noreply.github.com> Date: Sat, 14 Oct 2023 01:45:23 +0530 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6980bcf..7792187 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,10 +51,13 @@ jobs: id: create_release uses: actions/create-release@v1 with: - tag_name: v${{ env.VERSION }} - release_name: Release ${{ env.VERSION }} - draft: false - prerelease: false + tag_name: v${{ env.VERSION }} + release_name: Release ${{ env.VERSION }} + draft: false + prerelease: false + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + - name: Upload APK to Release id: upload-release-asset