Skip to content

Commit 6e502e0

Browse files
committed
Allow manual release Github workflow. Upgrade action-gh-release to 2.3.2
1 parent fc1ed63 commit 6e502e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Gradle Release
33
on:
44
push:
55
branches: [ "main" ]
6+
workflow_dispatch:
67

78
jobs:
89
create_git_tag:
@@ -123,7 +124,7 @@ jobs:
123124
run: md5sum app/build/outputs/apk/release/ai.elimu.calculator-${{ needs.create_git_tag.outputs.tagName }}.apk > app/build/outputs/apk/release/ai.elimu.calculator-${{ needs.create_git_tag.outputs.tagName }}.apk.md5
124125

125126
- name: Upload the signed APK file to GitHub release
126-
uses: softprops/action-gh-release@v2.2.2
127+
uses: softprops/action-gh-release@v2.3.2
127128
with:
128129
tag_name: '${{ needs.create_git_tag.outputs.tagName }}'
129130
files: |

0 commit comments

Comments
 (0)