From 1e7d1b2a3242a9917b14abbaf3fec724bc35bceb Mon Sep 17 00:00:00 2001 From: Muhtaseem Al Mahmud <72372229+KingMahmud@users.noreply.github.com> Date: Sun, 8 May 2022 16:33:51 +0600 Subject: [PATCH] Update build-release-apk.yml --- .github/workflows/build-release-apk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release-apk.yml b/.github/workflows/build-release-apk.yml index 46beeec..ddcab1d 100644 --- a/.github/workflows/build-release-apk.yml +++ b/.github/workflows/build-release-apk.yml @@ -34,7 +34,7 @@ jobs: - name: Push tag run: | - git push origin "v${{ github.event.inputs.version }}" + git push master "v${{ github.event.inputs.version }}" - name: Add apk to release entry uses: softprops/action-gh-release@v0.1.14 @@ -43,4 +43,4 @@ jobs: name: ${{ github.event.input.version }} tag_name: "v${{ github.event.inputs.version }}" target_commitish: ${{ env.TARGET_COMMITISH }} - files: app/build/outputs/apk/release/app-release.apk \ No newline at end of file + files: app/build/outputs/apk/release/app-release.apk