Skip to content

Commit 4e725c5

Browse files
authored
Merge pull request #397 from elimu-ai/dependabot/github_actions/softprops/action-gh-release-2.3.3
build(deps): bump softprops/action-gh-release from 2.3.2 to 2.3.3
2 parents 6fe29f4 + 847b7a9 commit 4e725c5

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
@@ -125,7 +125,7 @@ jobs:
125125
run: md5sum app/build/outputs/apk/release/ai.elimu.appstore-${{ needs.create_git_tag.outputs.tagName }}.apk > app/build/outputs/apk/release/ai.elimu.appstore-${{ needs.create_git_tag.outputs.tagName }}.apk.md5
126126

127127
- name: Upload the signed APK file to GitHub release
128-
uses: softprops/action-gh-release@v2.3.2
128+
uses: softprops/action-gh-release@v2.3.3
129129
with:
130130
tag_name: '${{ needs.create_git_tag.outputs.tagName }}'
131131
files: |

0 commit comments

Comments
 (0)