Skip to content

Commit 95995ef

Browse files
authored
Merge pull request #145 from elimu-ai/dependabot/github_actions/softprops/action-gh-release-3.0.0
build(deps): bump softprops/action-gh-release from 2.3.2 to 3.0.0
2 parents 12a4f5a + 7180b23 commit 95995ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
run: mv ${{steps.sign_app.outputs.signedReleaseFile}} app/build/outputs/apk/release/ai.elimu.chat-${{ needs.create_git_tag.outputs.tagName }}.apk
122122

123123
- name: Upload the signed APK file to GitHub release
124-
uses: softprops/action-gh-release@v2.3.2
124+
uses: softprops/action-gh-release@v3.0.0
125125
with:
126126
tag_name: '${{ needs.create_git_tag.outputs.tagName }}'
127127
files: app/build/outputs/apk/release/ai.elimu.chat-${{ needs.create_git_tag.outputs.tagName }}.apk

0 commit comments

Comments
 (0)