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