We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273a671 commit 1e7d1b2Copy full SHA for 1e7d1b2
.github/workflows/build-release-apk.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Push tag
36
run: |
37
- git push origin "v${{ github.event.inputs.version }}"
+ git push master "v${{ github.event.inputs.version }}"
38
39
- name: Add apk to release entry
40
uses: softprops/[email protected]
@@ -43,4 +43,4 @@ jobs:
43
name: ${{ github.event.input.version }}
44
tag_name: "v${{ github.event.inputs.version }}"
45
target_commitish: ${{ env.TARGET_COMMITISH }}
46
- files: app/build/outputs/apk/release/app-release.apk
+ files: app/build/outputs/apk/release/app-release.apk
0 commit comments