Skip to content

Commit 32bbff7

Browse files
authored
Update gradle-release.yml
softprops/action-gh-release#628
1 parent fc24fe7 commit 32bbff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
app/build/outputs/apk/release/ai.elimu.content_provider-${{ needs.create_git_tag.outputs.tagName }}.apk.md5
129129
130130
- name: Upload the signed APK file to GitHub release
131-
uses: softprops/action-gh-release@v2
131+
uses: softprops/action-gh-release@v2.2.2
132132
with:
133133
tag_name: '${{ needs.create_git_tag.outputs.tagName }}'
134134
files: |

0 commit comments

Comments
 (0)