Skip to content

Commit 1e7d1b2

Browse files
authored
Update build-release-apk.yml
1 parent 273a671 commit 1e7d1b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release-apk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Push tag
3636
run: |
37-
git push origin "v${{ github.event.inputs.version }}"
37+
git push master "v${{ github.event.inputs.version }}"
3838
3939
- name: Add apk to release entry
4040
uses: softprops/[email protected]
@@ -43,4 +43,4 @@ jobs:
4343
name: ${{ github.event.input.version }}
4444
tag_name: "v${{ github.event.inputs.version }}"
4545
target_commitish: ${{ env.TARGET_COMMITISH }}
46-
files: app/build/outputs/apk/release/app-release.apk
46+
files: app/build/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)