Skip to content

Commit 7e1d8bc

Browse files
authored
Merge pull request #201 from elimu-ai/dependabot/github_actions/softprops/action-gh-release-2.3.4
build(deps): bump softprops/action-gh-release from 2.3.3 to 2.3.4
2 parents e37d462 + 55099f5 commit 7e1d8bc

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

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

0 commit comments

Comments
 (0)